future property

Future<T?> get future

Implementation

Future<T?> get future => _future ?? Future.value();