AvailableWorkflowSystemRule constructor

AvailableWorkflowSystemRule({
  1. required String description,
  2. required List<String> incompatibleRuleKeys,
  3. required bool isAvailableForInitialTransition,
  4. required bool isVisible,
  5. required String name,
  6. required String ruleKey,
  7. required AvailableWorkflowSystemRuleRuleType ruleType,
})

Implementation

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