future property

Future<T> future

The future that is completed by this completer.

The future that is completed when complete or completeError is called.

Implementation

Future<T> get future;