GetGeneratorBatteryVoltageValueResponseModel constructor
- double? minValue,
- double? maxValue,
- List<
GetGeneratorHistoricalParameterValueResponseModel> ? batteryVoltage,
Implementation
const GetGeneratorBatteryVoltageValueResponseModel({
this.minValue,
this.maxValue,
this.batteryVoltage,
});