isCompleted property

bool isCompleted

Check if operation has completed. Operation is completed when all events are appended, and after cancel is called.

Implementation

bool get isCompleted => _controller.isClosed;