isEmpty property

bool get isEmpty

Returns true if the iterable has no elements.

Implementation

bool get isEmpty => value.isEmpty;