Input$FlowFlowActionActionEmailInput constructor
Implementation
factory Input$FlowFlowActionActionEmailInput({
String? subject,
String? preview,
String? content,
}) =>
Input$FlowFlowActionActionEmailInput._({
if (subject != null) r'subject': subject,
if (preview != null) r'preview': preview,
if (content != null) r'content': content,
});