getItem method

ITEM getItem(
  1. int index
)

获取数据类目

Implementation

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