AvailableWorkflowForgeRule constructor
AvailableWorkflowForgeRule({
- String? description,
- String? id,
- String? name,
- String? ruleKey,
- AvailableWorkflowForgeRuleRuleType? ruleType,
Implementation
AvailableWorkflowForgeRule(
{this.description, this.id, this.name, this.ruleKey, this.ruleType});