Input$AttributeValueTranslationInput constructor

Input$AttributeValueTranslationInput({
  1. required String language,
  2. required Input$AttributeValueTranslationContentInput content,
})

Implementation

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