call abstract method

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

Implementation

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