future property

Future<T>? future
final

Future that will be used to get value or perform async operation needed before loading next page.

Implementation

final Future<T>? future;