call abstract method

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

Implementation

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