call abstract method

Implementation

TRes call({
  String? id,
  int? rank,
  String? color,
  int? period,
  DateTime? createdAt,
  DateTime? updatedAt,
  int? lossAmount,
  int? lossPoints,
  int? nextLevelMax,
  int? turnoverPoints,
  int? inactivityCycle,
  String? reputationLevel,
  Query$getUserWalletWithReputations$getUserWalletWithReputations$reputationLevels$picture?
      picture,
  Query$getUserWalletWithReputations$getUserWalletWithReputations$reputationLevels$perks?
      perks,
  Query$getUserWalletWithReputations$getUserWalletWithReputations$reputationLevels$levelInterval?
      levelInterval,
});