isCompleted property

bool isCompleted

Whether the result of this operation is ready.

When ready, the value future is completed with the result value or error, and this operation can no longer be cancelled. An operation may be complete before the listeners on value are invoked.

Implementation

bool get isCompleted => _completer._isCompleted;