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