hasNotLists property
bool
get
hasNotLists
Returns true if lists
is null, otherwise false.
Implementation
bool get hasNotLists => !hasLists;
Returns true if lists
is null, otherwise false.
bool get hasNotLists => !hasLists;