getY method

num? getY(
  1. int index
)

Implementation

num? getY(int index) {
  return getAt(index * itemSize + 1);
}