Input$BlogTranslationContentInput constructor

Input$BlogTranslationContentInput({
  1. required String title,
  2. required List<Input$BlogDataInput> sectionData,
})

Implementation

factory Input$BlogTranslationContentInput({
  required String title,
  required List<Input$BlogDataInput> sectionData,
}) =>
    Input$BlogTranslationContentInput._({
      r'title': title,
      r'sectionData': sectionData,
    });