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