radian constant

AlternateUnit const radian

The unit for plane angle quantities (rad).

One radian is the angle between two radii of a circle such that the length of the arc between them is equal to the radius.

Implementation

static const AlternateUnit radian =
    AlternateUnit('rad', Unit.one, Quantities.angle);