EventRegistration constructor

EventRegistration(
  1. EventListener listener,
  2. EventPriority priority,
  3. bool once
)

Creates a new event registration.

Implementation

EventRegistration(this.listener, this.priority, this.once);