StopExecutionTrigger constructor

StopExecutionTrigger({
  1. String? reason,
})

Implementation

StopExecutionTrigger({
  this.reason,
});