getItem method

ITEM getItem(
  1. int index
)
inherited

获取数据类目

Implementation

T getItem(int index) => items[index];