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