WorkflowRuleConfiguration constructor

WorkflowRuleConfiguration({
  1. String? id,
  2. Map<String, dynamic>? parameters,
  3. required String ruleKey,
})

Implementation

WorkflowRuleConfiguration({this.id, this.parameters, required this.ruleKey});