isNotEmpty property
bool
get
isNotEmpty
Returns true
if this
instance is NOT empty.
Implementation
bool get isNotEmpty => bytesIO.isNotEmpty;
Returns true
if this
instance is NOT empty.
bool get isNotEmpty => bytesIO.isNotEmpty;