ExecutionTrigger constructor
ExecutionTrigger({
- String? triggerDetail,
- TriggerType? triggerType,
Implementation
ExecutionTrigger({
this.triggerDetail,
this.triggerType,
});