organizationBanner property

LoadableImage? organizationBanner

The banner 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 organizationBanner =>
    _portalInfoHelper._organizationBanner;