Flutter
async
CancelableOperation
<
T
>
value property
value
CancelableOperation class
Constructors
fromFuture
Properties
value
hashCode
runtimeType
Methods
asStream
cancel
valueOrCancellation
noSuchMethod
toString
Operators
operator ==
value property
Future
<
T
>
value
The value returned by the operation.
Implementation
Future<T> get value => _completer._inner.future;