asPa property
Pressure
get
asPa
Returns a Pressure representing this pressure in Pascals (Pa).
Implementation
Pressure get asPa => convertTo(PressureUnit.pascal);
Returns a Pressure representing this pressure in Pascals (Pa).
Pressure get asPa => convertTo(PressureUnit.pascal);