list property
List<T>
get
list
Gets the current list of loaded items.
Implementation
List<T> get list {
return pagingController.itemList!;
}
Gets the current list of loaded items.
List<T> get list {
return pagingController.itemList!;
}