hasEngineCoolantTemp property
Returns whether the generator has engine coolant temp parameters based on its cooling type.
Implementation
bool get hasEngineCoolantTemp => coolingType == CoolingType.liquid;
Returns whether the generator has engine coolant temp parameters based on its cooling type.
bool get hasEngineCoolantTemp => coolingType == CoolingType.liquid;