completer property

Completer<Object?> completer
final

The completer that will be completed when the command has been executed.

Implementation

final Completer<Object?> completer;