future property

Future<T> Function() future
final

The asynchronous computation to which this builder is currently connected, possibly null.

Implementation

final Future<T> Function() future;