getZ method

num? getZ(
  1. int index
)

Implementation

num? getZ(int index) {
  return getAt(index * itemSize + 2);
}