future property

Future<T>? future
getter/setter pair

The Future that this class is doing in execute Sometime you want to use FutureManager class with FutureBuilder, so you can use this field

Implementation

Future<T>? future;