pagingRepo property

Future<List<T>?> Function(int index)? pagingRepo
final

Implementation

final Future<List<T>?> Function(int index)? pagingRepo;