astronomicalUnit constant

Unit const astronomicalUnit

A unit of length equal to the average distance from the center of the Earth to the center of the Sun (standard name ua).

Implementation

static const Unit astronomicalUnit = TransformedUnit(
    SI.metre, RationalConverter._(RationalNumber._(149597870691, 1)));