toJSON method

List<num> toJSON()

Implementation

List<num> toJSON() {
  return [_x, _y, _z, _w];
}