list property

List<T> get list

Implementation

List<T> get list {
  return pagingController.itemList!;
}