isEmpty property
bool
get
isEmpty
Checks whether the underlying collections has no elements
Implementation
bool get isEmpty => _bytes.isEmpty;
Checks whether the underlying collections has no elements
bool get isEmpty => _bytes.isEmpty;