Flutter
async
CancelableCompleter
<
T
>
operation property
operation
CancelableCompleter class
Constructors
CancelableCompleter
Properties
isCanceled
isCompleted
operation
hashCode
runtimeType
Methods
complete
completeError
noSuchMethod
toString
Operators
operator ==
operation property
CancelableOperation
<
T
>
operation
The operation controlled by this completer.
Implementation
CancelableOperation<T> get operation => _operation;