isEmpty method
- @override
override
Returns true
if the collection is empty (contains no elements), false
otherwise.
Implementation
@override
bool isEmpty();
Returns true
if the collection is empty (contains no elements), false
otherwise.
@override
bool isEmpty();