isEmpty property

bool get isEmpty

Returns true if no objects are available.

Implementation

bool get isEmpty => toList().isEmpty;