call abstract method

TRes call({
  1. Enum$LandingPageTypeEnum? pageType,
  2. String? pageReference,
  3. String? pageTitle,
  4. String? pageDescription,
  5. String? url,
  6. List<String>? tags,
  7. Input$SeoComponentInput? seo,
  8. List<Input$LandingPagesDataInput>? sectionData,
  9. List<Input$LandingPagesTranslationInput>? translation,
})

Implementation

TRes call({
  Enum$LandingPageTypeEnum? pageType,
  String? pageReference,
  String? pageTitle,
  String? pageDescription,
  String? url,
  List<String>? tags,
  Input$SeoComponentInput? seo,
  List<Input$LandingPagesDataInput>? sectionData,
  List<Input$LandingPagesTranslationInput>? translation,
});