Query$GetMyDevices$myDevices constructor
Query$GetMyDevices$myDevices({
- required String id,
- String? alias,
- required String serial,
- required int allTimesHighConsumption,
- required int allTimesHighProduction,
- required bool hasProduction,
- int? blinksPerKwh,
- String? errorCode,
- required double rmsCurrentMaxPerPhaseAmpere,
- required Query$GetMyDevices$myDevices$deviceType deviceType,
- required List<
Query$GetMyDevices$myDevices$remoteDevices> remoteDevices, - Query$GetMyDevices$myDevices$baseDevice? baseDevice,
- 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',
});