asGPa property
Pressure
get
asGPa
Returns a Pressure representing this pressure in Gigapascals (GPa).
Implementation
Pressure get asGPa => convertTo(PressureUnit.gigapascal);
Returns a Pressure representing this pressure in Gigapascals (GPa).
Pressure get asGPa => convertTo(PressureUnit.gigapascal);