hPa property

Pressure get hPa

Creates a Pressure instance representing this numerical value in Hectopascals (hPa).

Implementation

Pressure get hPa => Pressure(toDouble(), PressureUnit.hectopascal);