call abstract method
TRes
call({
- String? name,
- String? code,
- Input$PictureInput? picture,
- bool? enable,
- List<
String> ? games, - Input$GamePointInput? point,
- Input$GameIntegrationLeaderboardInput? leaderboard,
- 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,
});