isEmpty property

dynamic isEmpty

Returns true if the collection is empty.

Implementation

get isEmpty => _parameters.isEmpty;