loadMore property

Future<List<T>> Function(int pageIndex) loadMore
final

Implementation

final Future<List<T>> Function(int pageIndex) loadMore;