fetchData property

Future<List<T>> Function(String query) fetchData
final

Implementation

final Future<List<T>> Function(String query) fetchData;