hasNotBanner property

bool get hasNotBanner

Returns true if banner is null, otherwise false.

Implementation

bool get hasNotBanner => !hasBanner;