toJson method

List<double> toJson()

Implementation

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