GetGeneratorEngineCoolantTemperatureValueResponseModel constructor
- double? minValue,
- double? maxValue,
- List<
GetGeneratorHistoricalParameterValueResponseModel> ? engineCoolantTemperature,
Implementation
const GetGeneratorEngineCoolantTemperatureValueResponseModel({
this.minValue,
this.maxValue,
this.engineCoolantTemperature,
});