Input$AttributeTranslationContentInput constructor

Input$AttributeTranslationContentInput({
  1. required String label,
})

Implementation

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