GetGeneratorHistoricalParameterValuesResponseModel constructor
- GetGeneratorBatteryVoltageValueResponseModel? batteryVoltage,
- GetGeneratorEngineCoolantTemperatureValueResponseModel? engineCoolantTemperature,
- GetGeneratorEngineFrequencyValueResponseModel? engineFrequency,
- GetGeneratorLubeOilTemperatureValueResponseModel? lubeOilTemperature,
- GetGeneratorEngineOilPressureValueResponseModel? engineOilPressure,
- GetGeneratorEngineSpeedValueResponseModel? engineSpeed,
Implementation
const GetGeneratorHistoricalParameterValuesResponseModel({
this.batteryVoltage,
this.engineCoolantTemperature,
this.engineFrequency,
this.lubeOilTemperature,
this.engineOilPressure,
this.engineSpeed,
});