y abstract method

num y(
  1. int index
)

Y coordinate as num at index.

Throws RangeError if index is out of bounds.

Implementation

num y(int index);