isEmpty property

bool get isEmpty

Returns true when there are no items.

Implementation

bool get isEmpty => items.isEmpty;