call abstract method

TRes call({
  1. Input$PictureInput? picture,
  2. String? title,
  3. String? description,
  4. List<Input$OutboundContentWidgetTranslationInput>? translation,
  5. Input$OutboundContentWidgetCallToActionInput? callToAction,
})

Implementation

TRes call({
  Input$PictureInput? picture,
  String? title,
  String? description,
  List<Input$OutboundContentWidgetTranslationInput>? translation,
  Input$OutboundContentWidgetCallToActionInput? callToAction,
});