getW method

num? getW(
  1. int index
)

Implementation

num? getW(int index) {
  return getAt(index * itemSize + 3);
}