EventHandler constructor

const EventHandler({
  1. EventPriority priority = EventPriority.normal,
  2. bool ignoreCancelled = true,
})

Implementation

const EventHandler({
  this.priority = EventPriority.normal,
  this.ignoreCancelled = true,
});