inAtm property

double? get inAtm

Get the pressure in atmospheres (atm).

Implementation

double? get inAtm => converted(conversionDouble: Conversions.hpaToAtm);