fetcher property

Future<T> Function() fetcher
final

The function that fetches the data.

Implementation

final Future<T> Function() fetcher;