call abstract method
TRes
call({
- String? title,
- String? code,
- String? description,
- String? icon,
- String? url,
- Input$MediaInput? media,
- Input$GamePointInput? point,
- List<
Input$GameTranslationInput> ? translation,
Implementation
TRes call({
String? title,
String? code,
String? description,
String? icon,
String? url,
Input$MediaInput? media,
Input$GamePointInput? point,
List<Input$GameTranslationInput>? translation,
});