isEmpty property

bool get isEmpty

Checks whether the underlying collections has no elements

Implementation

bool get isEmpty => _bytes.isEmpty;