Point constructor Null safety

Point(
  1. double _x,
  2. double _y,
  3. double _z
)

Implementation

Point(this._x, this._y, this._z);