isEmpty property
override
Returns true
if there are no elements in this collection.
Implementation
@override
bool get isEmpty => _wrappedList.isEmpty;
Returns true
if there are no elements in this collection.
@override
bool get isEmpty => _wrappedList.isEmpty;