kilogram constant

BaseUnit const kilogram

The base unit for mass quantities (kg).

It is the only SI unit with a prefix as part of its name and symbol. The kilogram is equal to the mass of an international prototype in the form of a platinum-iridium cylinder kept at Sevres in France.

Implementation

static const BaseUnit kilogram = BaseUnit('kg', Quantities.mass);