celsius constant

Unit const celsius

The derived unit for Celsius temperature ().

This is a unit of temperature such as the freezing point of water (at one atmosphere of pressure) is 0 ℃, while the boiling point is 100 ℃.

Implementation

static const Unit celsius =
    AlternateUnit('℃', TransformedUnit(kelvin, AddConverter._(273.15)));