isEmpty property
bool
get
isEmpty
Returns true if the iterable has no elements.
Implementation
bool get isEmpty => value.isEmpty;
Returns true if the iterable has no elements.
bool get isEmpty => value.isEmpty;