EngineSpeedValueResponseModel constructor
- double? minValue,
- double? maxValue,
- List<
HistoricalParameterValueResponseModel> ? engineSpeed,
Implementation
const EngineSpeedValueResponseModel({
this.minValue,
this.maxValue,
this.engineSpeed,
});
const EngineSpeedValueResponseModel({
this.minValue,
this.maxValue,
this.engineSpeed,
});