isEmpty property
bool
get
isEmpty
Tests if there are zero bytes in the range.
Implementation
bool get isEmpty => (_end <= _begin);
Tests if there are zero bytes in the range.
bool get isEmpty => (_end <= _begin);