Input$OutboundContentWidgetContentInput constructor

Input$OutboundContentWidgetContentInput({
  1. required String title,
  2. required String description,
  3. required String label,
})

Implementation

factory Input$OutboundContentWidgetContentInput({
  required String title,
  required String description,
  required String label,
}) =>
    Input$OutboundContentWidgetContentInput._({
      r'title': title,
      r'description': description,
      r'label': label,
    });