Fragment$MyDevice constructor
Fragment$MyDevice({
- 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 Fragment$MyDevice$deviceType deviceType,
- required List<
Fragment$MyDevice$remoteDevices> remoteDevices, - Fragment$MyDevice$baseDevice? baseDevice,
- String $__typename = 'CoreDevice',
Implementation
Fragment$MyDevice({
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',
});