Dart SDK
dart:async
Completer
future
future
Dart SDK
dart:async
Completer
future
property
future
Dart SDK
dart:async
Completer
Constructors
Completer
sync
Properties
future
hashCode
isCompleted
runtimeType
Operators
operator ==
Methods
complete
completeError
noSuchMethod
toString
Future
<T>
future
The future that will contain the result provided to this completer.
Source
Future<T> get future;