EventRegistration constructor
EventRegistration(
- EventListener listener,
- EventPriority priority,
- bool once
Creates a new event registration.
Implementation
EventRegistration(this.listener, this.priority, this.once);