Trigger constructor
Trigger({
- List<
Action> ? actions, - String? description,
- String? id,
- String? name,
- Predicate? predicate,
- String? schedule,
- TriggerState? state,
- TriggerType? type,
- String? workflowName,
Implementation
Trigger({
this.actions,
this.description,
this.id,
this.name,
this.predicate,
this.schedule,
this.state,
this.type,
this.workflowName,
});