isEmpty method

bool isEmpty()

Returns true if the iterator is empty, false otherwise.

Implementation

@pragma("vm:prefer-inline")
bool isEmpty() => list.isEmpty;