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. Fragment$MyDevice$deviceType? deviceType,
  11. List<Fragment$MyDevice$remoteDevices>? remoteDevices,
  12. Fragment$MyDevice$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,
  Fragment$MyDevice$deviceType? deviceType,
  List<Fragment$MyDevice$remoteDevices>? remoteDevices,
  Fragment$MyDevice$baseDevice? baseDevice,
  String? $__typename,
});