Angle.rad constructor

const Angle.rad(
  1. double value
)

Constructs an Angle in the form '1rad'

Implementation

const factory Angle.rad(double value) = _RadianAngle;