future property

Future<T>? future
final

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

If no future has yet completed, including in the case where future is null, the data provided to the builder will be set to initialData.

Implementation

final Future<T>? future;