GetGeneratorBatteryVoltageValueResponseModel constructor

const GetGeneratorBatteryVoltageValueResponseModel({
  1. double? minValue,
  2. double? maxValue,
  3. List<GetGeneratorHistoricalParameterValueResponseModel>? batteryVoltage,
})

Implementation

const GetGeneratorBatteryVoltageValueResponseModel({
  this.minValue,
  this.maxValue,
  this.batteryVoltage,
});