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