ExecutionTrigger constructor

ExecutionTrigger({
  1. String? triggerDetail,
  2. TriggerType? triggerType,
})

Implementation

ExecutionTrigger({
  this.triggerDetail,
  this.triggerType,
});