isCompleted property

bool isCompleted

Check if operation has completed. Operation is completed when all events are fetched with events or stream, or after dispose is called.

Implementation

bool get isCompleted => _enumerator.isCompleted;