AvailableWorkflowSystemRule constructor
AvailableWorkflowSystemRule({})
Implementation
AvailableWorkflowSystemRule(
{required this.description,
required this.incompatibleRuleKeys,
required this.isAvailableForInitialTransition,
required this.isVisible,
required this.name,
required this.ruleKey,
required this.ruleType});