litre constant

Unit const litre

///////// ///////// A unit of volume equal to one cubic decimeter (default label L, also recognized µL, mL, cL, dL).

Implementation

// Volume //
////////////

/// A unit of volume equal to one cubic decimeter (default label
/// `L`, also recognized `µL, mL, cL, dL`).
static const Unit litre = TransformedUnit(SI.cubicMetre, SI.Em3);