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