Input$InternalProductTranslationInput constructor

Input$InternalProductTranslationInput({
  1. required String language,
  2. required Input$InternalProductTranslationContentInput content,
})

Implementation

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