hasEngineOilPressurePsi property

bool get hasEngineOilPressurePsi

Returns whether the generator has a precise engine oil pressure PSI value based on its cooling type.

Implementation

bool get hasEngineOilPressurePsi => coolingType == CoolingType.liquid;