future property - Completer class - dart:async library (original) (raw)

description

Future<T> getfuture

The future that is completed by this completer.

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

Implementation

Future<T> get future;