get method

dynamic get(
  1. int position
)

Implementation

dynamic get(int position) {
  return _items[position];
}