menu
tom_d4rt_ast package
documentation
runtime.dart
AsyncExecutionState
completer property
completer property
dark_mode
light_mode
completer
property
Completer
<
Object
?
>
completer
final
The completer associated with the Future returned to the caller.
Implementation
final Completer<Object?> completer;
tom_d4rt_ast package
documentation
runtime
AsyncExecutionState
completer property
AsyncExecutionState class