HistoricalParameterValuesResponseModel constructor

const HistoricalParameterValuesResponseModel({
  1. BatteryVoltageValueResponseModel? batteryvoltage,
  2. EngineCoolantTemperatureValueResponseModel? enginecoolanttemperature,
  3. EngineFrequencyValueResponseModel? enginefrequency,
  4. LubeOilTemperatureValueResponseModel? lubeoiltemperature,
  5. EngineOilPressureValueResponseModel? engineoilpressure,
  6. EngineSpeedValueResponseModel? engineSpeed,
})

Implementation

const HistoricalParameterValuesResponseModel({
  this.batteryvoltage,
  this.enginecoolanttemperature,
  this.enginefrequency,
  this.lubeoiltemperature,
  this.engineoilpressure,
  this.engineSpeed,
});