Input$AttributeTranslationInput constructor

Input$AttributeTranslationInput({
  1. required String language,
  2. required Input$AttributeTranslationContentInput content,
})

Implementation

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