future property

Future<T> future
final

The asynchronous computation to which this builder is currently connected.

Implementation

final Future<T> future;