hasBanner property

bool get hasBanner

Returns true if banner is not null, otherwise false.

Implementation

bool get hasBanner => banner != null;