hasNotItem property
bool
get
hasNotItem
Returns true if item
is null, otherwise false.
Implementation
bool get hasNotItem => !hasItem;
Returns true if item
is null, otherwise false.
bool get hasNotItem => !hasItem;