nonEmpty property
bool
get
nonEmpty
Whether this collection contains at least one element.
Implementation
bool get nonEmpty => !isEmpty;
Whether this collection contains at least one element.
bool get nonEmpty => !isEmpty;