asKiloPascals property

Pressure get asKiloPascals

Returns a Pressure representing this pressure in Kilopascals (kPa).

Implementation

Pressure get asKiloPascals => convertTo(PressureUnit.kilopascal);