value property

Future<T> value

The value returned by the operation.

Implementation

Future<T> get value => _completer._inner.future;