isEmpty property
bool
get
isEmpty
Returns true if no objects are available.
Implementation
bool get isEmpty => toList().isEmpty;
Returns true if no objects are available.
bool get isEmpty => toList().isEmpty;