isEmpty property

bool isEmpty

Tests if there are zero bytes in the range.

Implementation

bool get isEmpty => (_end <= _begin);