isEmpty property

bool get isEmpty

Returns true if this array is empty.

Implementation

bool get isEmpty => _bytes.isEmpty;