hasNotResults property
bool
get
hasNotResults
Returns true if results
is null, otherwise false.
Implementation
bool get hasNotResults => !hasResults;
Returns true if results
is null, otherwise false.
bool get hasNotResults => !hasResults;