AvailableWorkflowForgeRule constructor

AvailableWorkflowForgeRule({
  1. String? description,
  2. String? id,
  3. String? name,
  4. String? ruleKey,
  5. AvailableWorkflowForgeRuleRuleType? ruleType,
})

Implementation

AvailableWorkflowForgeRule(
    {this.description, this.id, this.name, this.ruleKey, this.ruleType});