Query$GetMyDevices$myDevices constructor

Query$GetMyDevices$myDevices({
  1. required String id,
  2. String? alias,
  3. required String serial,
  4. required int allTimesHighConsumption,
  5. required int allTimesHighProduction,
  6. required bool hasProduction,
  7. int? blinksPerKwh,
  8. String? errorCode,
  9. required double rmsCurrentMaxPerPhaseAmpere,
  10. required Query$GetMyDevices$myDevices$deviceType deviceType,
  11. required List<Query$GetMyDevices$myDevices$remoteDevices> remoteDevices,
  12. Query$GetMyDevices$myDevices$baseDevice? baseDevice,
  13. String $__typename = 'CoreDevice',
})

Implementation

Query$GetMyDevices$myDevices({
  required this.id,
  this.alias,
  required this.serial,
  required this.allTimesHighConsumption,
  required this.allTimesHighProduction,
  required this.hasProduction,
  this.blinksPerKwh,
  this.errorCode,
  required this.rmsCurrentMaxPerPhaseAmpere,
  required this.deviceType,
  required this.remoteDevices,
  this.baseDevice,
  this.$__typename = 'CoreDevice',
});