WorkflowTransitionRule constructor

WorkflowTransitionRule({
  1. dynamic configuration,
  2. required String type,
})

Implementation

WorkflowTransitionRule({this.configuration, required this.type});