isNotEmpty property
bool
get
isNotEmpty
Whether or not this object is not empty.
Implementation
bool get isNotEmpty => !isEmpty;
Whether or not this object is not empty.
bool get isNotEmpty => !isEmpty;