TriggerContext constructor

const TriggerContext(
  1. TriggerType type, {
  2. String? event,
})

Implementation

const TriggerContext(this.type, {this.event});