Input$FlowFlowActionActionProfileValueInput constructor
Implementation
factory Input$FlowFlowActionActionProfileValueInput({
String? custom,
String? response,
}) =>
Input$FlowFlowActionActionProfileValueInput._({
if (custom != null) r'custom': custom,
if (response != null) r'response': response,
});