isNotEmpty property
bool
get
isNotEmpty
Returns true if the list is not empty.
Implementation
bool get isNotEmpty => value.isNotEmpty;
Returns true if the list is not empty.
bool get isNotEmpty => value.isNotEmpty;