getByPosition method

Item getByPosition(
  1. int pos
)

Implementation

Item getByPosition(int pos) => items[pos];