millimeterOfMercury constant

Unit const millimeterOfMercury

A unit of pressure equal to the pressure exerted at the Earth's surface by a column of mercury 1 millimeter high (standard name mmHg).

Implementation

static const Unit millimeterOfMercury =
    TransformedUnit(SI.pascal, MultiplyConverter._(133.322));