call abstract method

TRes call({
  1. String? title,
  2. Input$TargetACIInput? target,
  3. String? url,
  4. List<String>? tags,
  5. Input$SeoComponentInput? seo,
  6. List<Input$PictureInput>? pictures,
  7. List<Input$BlogDataInput>? sectionData,
  8. List<Input$BlogTranslationInput>? translation,
})

Implementation

TRes call({
  String? title,
  Input$TargetACIInput? target,
  String? url,
  List<String>? tags,
  Input$SeoComponentInput? seo,
  List<Input$PictureInput>? pictures,
  List<Input$BlogDataInput>? sectionData,
  List<Input$BlogTranslationInput>? translation,
});