hasEngineOilPressurePsi property
Returns whether the generator has a precise engine oil pressure PSI value based on its cooling type.
Implementation
bool get hasEngineOilPressurePsi => coolingType == CoolingType.liquid;
Returns whether the generator has a precise engine oil pressure PSI value based on its cooling type.
bool get hasEngineOilPressurePsi => coolingType == CoolingType.liquid;