getX method

num? getX(
  1. int index
)

Implementation

num? getX(int index) {
  return getAt(index * itemSize);
}