isNotEmpty property
override
Returns true
if there is at least one element in this collection.
Implementation
@override
bool get isNotEmpty => _wrappedList.isNotEmpty;
Returns true
if there is at least one element in this collection.
@override
bool get isNotEmpty => _wrappedList.isNotEmpty;