isNotEmpty method
Returns true if the iterator is not empty, false otherwise.
Implementation
@pragma("vm:prefer-inline")
bool isNotEmpty() => _list.isNotEmpty;
Returns true if the iterator is not empty, false otherwise.
@pragma("vm:prefer-inline")
bool isNotEmpty() => _list.isNotEmpty;