isCompleted property

bool get isCompleted

True if the asynchronous call to this CallOnce is already completed.

Implementation

bool get isCompleted => _completer.isCompleted;