degreeAngle constant

Unit const degreeAngle

A unit of angle equal to 1/360 [REVOLUTION] (standard name °).

Implementation

static const Unit degreeAngle =
    TransformedUnit(SI.radian, MultiplyConverter._(math.pi / 180));