item method

Touch item(
  1. int index
)

Implementation

Touch item(int index) {
  return _items[index];
}