PaginatedLoadingMore<T> constructor

const PaginatedLoadingMore<T>(
  1. List<T> list
)

Implementation

const PaginatedLoadingMore(this.list);