yearSidereal constant

Unit const yearSidereal

A unit of duration equal to one complete revolution of the earth about the sun, relative to the fixed stars, or 365 days, 6 hours, 9 minutes, 9.54 seconds (standard name year_sidereal).

Implementation

static const Unit yearSidereal =
    TransformedUnit(SI.second, MultiplyConverter._(31558149.54));