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