Input$GameTranslationInput constructor

Input$GameTranslationInput({
  1. required String language,
  2. required Input$GameContentInput content,
})

Implementation

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