lightYear constant

Unit const lightYear

A unit of length equal to the distance that light travels in one year through a vacuum (standard name ly).

Implementation

static const Unit lightYear =
    TransformedUnit(SI.metre, MultiplyConverter._(9.460528405e15));