isCompleted property

bool isCompleted

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

Implementation

bool get isCompleted => _enumerator.isCompleted;