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