Query$GetMyDevices$pairedDevices$plusDevice constructor

Query$GetMyDevices$pairedDevices$plusDevice({
  1. double? allTimesHighConsumption,
  2. double? allTimesHighProduction,
  3. bool? hasProduction,
  4. int? blinksPerKwh,
  5. String? errorCode,
  6. double? rmsCurrentMaxPerPhaseAmpere,
  7. int? consumptionAlarmMaxWh,
  8. Query$GetMyDevices$pairedDevices$plusDevice$deviceType? deviceType,
  9. List<Query$GetMyDevices$pairedDevices$plusDevice$remoteDevices>? remoteDevices,
  10. Query$GetMyDevices$pairedDevices$plusDevice$baseDevice? baseDevice,
  11. String $__typename = 'PlusDevice',
})

Implementation

Query$GetMyDevices$pairedDevices$plusDevice({
  this.allTimesHighConsumption,
  this.allTimesHighProduction,
  this.hasProduction,
  this.blinksPerKwh,
  this.errorCode,
  this.rmsCurrentMaxPerPhaseAmpere,
  this.consumptionAlarmMaxWh,
  this.deviceType,
  this.remoteDevices,
  this.baseDevice,
  this.$__typename = 'PlusDevice',
});