week constant

Unit const week

A unit of duration equal to 7 [DAY] (standard name week).

Implementation

static const Unit week = TransformedUnit(
    SI.second, RationalConverter._(RationalNumber._(60 * 60 * 24 * 7)));