isNotEmpty property
bool
get
isNotEmpty
Returns true is this operation is not empty.
Implementation
bool get isNotEmpty => length! > 0;
Returns true is this operation is not empty.
bool get isNotEmpty => length! > 0;