isEmpty property Null safety

bool isEmpty

Tests if there are zero bytes in the range.

Implementation

bool get isEmpty => (end <= begin);