resource property

Future<T> Function() resource
final

Async factory returning a Future with the resolved data of type T.

Implementation

final Future<T> Function() resource;