isNotEmpty property

bool isNotEmpty

Tests if there are one or more bytes in the range.

Implementation

bool get isNotEmpty => (_begin < _end);