isNotEmpty property Null safety

bool isNotEmpty

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

Implementation

bool get isNotEmpty => (begin < end);