Input$GameTranslationInput constructor
Input$GameTranslationInput({
- required String language,
- required Input$GameContentInput content,
Implementation
factory Input$GameTranslationInput({
required String language,
required Input$GameContentInput content,
}) =>
Input$GameTranslationInput._({
r'language': language,
r'content': content,
});