isEmpty property

  1. @override
bool isEmpty
override

Returns true if there are no elements in this collection.

Implementation

@override
bool get isEmpty => _s.isEmpty;