fetchData property

Future<List<T>> Function(int nextPage) fetchData
final

Implementation

final Future<List<T>> Function(int nextPage) fetchData;