completer property

Completer<T> completer
final

Completer that will be completed when the task finishes or fails.

Implementation

final Completer<T> completer;