Input$FlowFlowActionActionProfilePropertyCustomInput constructor

Input$FlowFlowActionActionProfilePropertyCustomInput({
  1. String? label,
  2. Enum$FlowProfileCategoryEnum? category,
})

Implementation

factory Input$FlowFlowActionActionProfilePropertyCustomInput({
  String? label,
  Enum$FlowProfileCategoryEnum? category,
}) =>
    Input$FlowFlowActionActionProfilePropertyCustomInput._({
      if (label != null) r'label': label,
      if (category != null) r'category': category,
    });