inAtm property
double?
get
inAtm
Get the pressure in atmospheres (atm).
Implementation
double? get inAtm => converted(conversionDouble: Conversions.hpaToAtm);
Get the pressure in atmospheres (atm).
double? get inAtm => converted(conversionDouble: Conversions.hpaToAtm);