GetGeneratorHistoricalParameterValuesResponseModel constructor

const GetGeneratorHistoricalParameterValuesResponseModel({
  1. GetGeneratorBatteryVoltageValueResponseModel? batteryVoltage,
  2. GetGeneratorEngineCoolantTemperatureValueResponseModel? engineCoolantTemperature,
  3. GetGeneratorEngineFrequencyValueResponseModel? engineFrequency,
  4. GetGeneratorLubeOilTemperatureValueResponseModel? lubeOilTemperature,
  5. GetGeneratorEngineOilPressureValueResponseModel? engineOilPressure,
  6. GetGeneratorEngineSpeedValueResponseModel? engineSpeed,
})

Implementation

const GetGeneratorHistoricalParameterValuesResponseModel({
  this.batteryVoltage,
  this.engineCoolantTemperature,
  this.engineFrequency,
  this.lubeOilTemperature,
  this.engineOilPressure,
  this.engineSpeed,
});