Dart SDK
dart:async
Completer
isCompleted
isCompleted
Dart SDK
dart:async
Completer
isCompleted
property
isCompleted
Dart SDK
dart:async
Completer
Constructors
Completer
sync
Properties
future
hashCode
isCompleted
runtimeType
Operators
operator ==
Methods
complete
completeError
noSuchMethod
toString
bool
isCompleted
Whether the future has been completed.
Source
bool get isCompleted;