thumbnail property
The thumbnail image of the organization.
If it is "null", there is no image. Otherwise, the image needs to be loaded using LoadableImage.load.
Implementation
LoadableImage? get thumbnail => _portalInfoHelper._thumbnail;
The thumbnail image of the organization.
If it is "null", there is no image. Otherwise, the image needs to be loaded using LoadableImage.load.
LoadableImage? get thumbnail => _portalInfoHelper._thumbnail;