operation property

CancelableOperation<T> operation

The operation controlled by this completer.

Implementation

CancelableOperation<T> get operation => _operation;