isNotEmpty property

bool get isNotEmpty

Returns true if this Byte object contains at least one byte.

Implementation

bool get isNotEmpty => _bytes.isNotEmpty;