EngineSpeedValueResponseModel constructor

const EngineSpeedValueResponseModel({
  1. double? minValue,
  2. double? maxValue,
  3. List<HistoricalParameterValueResponseModel>? engineSpeed,
})

Implementation

const EngineSpeedValueResponseModel({
  this.minValue,
  this.maxValue,
  this.engineSpeed,
});