Query$GetDeviceByIdV2$deviceByIdV2$plusDevice constructor

Query$GetDeviceByIdV2$deviceByIdV2$plusDevice({
  1. String? mepKey,
  2. String? opticalKey,
  3. String? gpk60Key,
  4. String? gpk61Key,
  5. bool? localMqttEnabled,
  6. String? localMqttBroker,
  7. int? localMqttPort,
  8. String? localMqttUser,
  9. String? localMqttPassword,
  10. int? blinksPerKwh,
  11. double? allTimesHighConsumption,
  12. double? allTimesHighProduction,
  13. bool? hasProduction,
  14. String? errorCode,
  15. required bool isOnline,
  16. double? rmsCurrentMaxPerPhaseAmpere,
  17. int? consumptionAlarmMaxWh,
  18. Query$GetDeviceByIdV2$deviceByIdV2$plusDevice$deviceType? deviceType,
  19. String $__typename = 'PlusDevice',
})

Implementation

Query$GetDeviceByIdV2$deviceByIdV2$plusDevice({
  this.mepKey,
  this.opticalKey,
  this.gpk60Key,
  this.gpk61Key,
  this.localMqttEnabled,
  this.localMqttBroker,
  this.localMqttPort,
  this.localMqttUser,
  this.localMqttPassword,
  this.blinksPerKwh,
  this.allTimesHighConsumption,
  this.allTimesHighProduction,
  this.hasProduction,
  this.errorCode,
  required this.isOnline,
  this.rmsCurrentMaxPerPhaseAmpere,
  this.consumptionAlarmMaxWh,
  this.deviceType,
  this.$__typename = 'PlusDevice',
});