nauticalMile constant

Unit const nauticalMile

A unit of length equal to 1852.0 m (standard name nmi).

Implementation

static const Unit nauticalMile =
    TransformedUnit(SI.metre, RationalConverter._(RationalNumber._(1852)));