WorkflowTrigger constructor
WorkflowTrigger({
- required WorkflowTriggerType type,
- required String identifier,
- List<
WorkflowTriggerVariable> variables = const [], - List<
WorkflowTriggerSubscriberVariable> subscriberVariables = const [],
Implementation
WorkflowTrigger({
required this.type,
required this.identifier,
this.variables = const [],
this.subscriberVariables = const [],
});