isNotEmpty property
bool
get
isNotEmpty
Tests if there are one or more bytes in the range.
Implementation
bool get isNotEmpty => (_begin < _end);
Tests if there are one or more bytes in the range.
bool get isNotEmpty => (_begin < _end);