isEmpty property

  1. @override
bool isEmpty
override

Returns true if the collection has no elements.

Implementation

@override
bool get isEmpty => list.isEmpty;