call abstract method

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

Implementation

TRes call({
  String? id,
  String? alias,
  String? serial,
  int? allTimesHighConsumption,
  int? allTimesHighProduction,
  bool? hasProduction,
  int? blinksPerKwh,
  String? errorCode,
  double? rmsCurrentMaxPerPhaseAmpere,
  Query$GetMyDevices$myDevices$deviceType? deviceType,
  List<Query$GetMyDevices$myDevices$remoteDevices>? remoteDevices,
  Query$GetMyDevices$myDevices$baseDevice? baseDevice,
  String? $__typename,
});