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