hasNotBanner property
bool
get
hasNotBanner
Returns true if banner
is null, otherwise false.
Implementation
bool get hasNotBanner => !hasBanner;
Returns true if banner
is null, otherwise false.
bool get hasNotBanner => !hasBanner;