isNotEmpty property
bool
get
isNotEmpty
Returns true if this array is not empty.
Implementation
bool get isNotEmpty => _bytes.isNotEmpty;
Returns true if this array is not empty.
bool get isNotEmpty => _bytes.isNotEmpty;