secondAngle constant

Unit const secondAngle

A unit of angle equal to 1/60 [MINUTE_ANGLE] (standard name ').

Implementation

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