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