hasLubeOilTemp property
Returns whether the generator has lube oil temp parameters based on its cooling type.
Implementation
bool get hasLubeOilTemp => coolingType == CoolingType.air;
Returns whether the generator has lube oil temp parameters based on its cooling type.
bool get hasLubeOilTemp => coolingType == CoolingType.air;