Angles constructor Null safety

Angles(
  1. double _yaw,
  2. double _pitch,
  3. double _roll
)

Implementation

Angles(this._yaw, this._pitch, this._roll);