Angle.fullTurn constructor

Angle.fullTurn()

Create an angle defining one full turn.

Implementation

factory Angle.fullTurn() => Angle.turns(1.0);