isNotEmpty property

bool isNotEmpty

Returns true if this instance is NOT empty.

Implementation

bool get isNotEmpty => bytesIO.isNotEmpty;