Input$LandingPagesTranslationInput constructor

Input$LandingPagesTranslationInput({
  1. required String language,
  2. required Input$LandingPagesTranslationContentInput content,
})

Implementation

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