mmHg top-level property

NonDerivedUnit mmHg
final

Unit of pressure, 1 mmHg = 133.322387415 Pa.

Implementation

final mmHg = _mkNonStandard(
  'mmHg',
  1000 * 133.322387415,
  const [gramBaseUnit],
  const [secondBaseUnit, secondBaseUnit, meterBaseUnit],
);