future property
final
The asynchronous computation to which this builder is currently connected, possibly null.
Implementation
final Future<T> Function() future;
The asynchronous computation to which this builder is currently connected, possibly null.
final Future<T> Function() future;