call abstract method

TRes call({
  1. Input$TargetACIInput? target,
  2. String? name,
  3. String? code,
  4. Input$PictureInput? picture,
  5. List<String>? games,
  6. Input$GamePointInput? point,
  7. Input$GameIntegrationLeaderboardInput? leaderboard,
  8. List<Input$GameIntegrationRewardsSchedularInput>? rewardsSchedular,
})

Implementation

TRes call({
  Input$TargetACIInput? target,
  String? name,
  String? code,
  Input$PictureInput? picture,
  List<String>? games,
  Input$GamePointInput? point,
  Input$GameIntegrationLeaderboardInput? leaderboard,
  List<Input$GameIntegrationRewardsSchedularInput>? rewardsSchedular,
});