Input$FlowFlowActionActionProfileValueInput constructor

Input$FlowFlowActionActionProfileValueInput({
  1. String? custom,
  2. String? response,
})

Implementation

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