Input$AttributeTranslationContentInput constructor
Input$AttributeTranslationContentInput({
- required String label,
Implementation
factory Input$AttributeTranslationContentInput({required String label}) =>
Input$AttributeTranslationContentInput._({
r'label': label,
});