thumbnail property

LoadableImage? 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.

Implementation

LoadableImage? get thumbnail => _portalInfoHelper._thumbnail;