isNotEmpty method

bool isNotEmpty()

Returns true if the iterator is not empty, false otherwise.

Implementation

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