Notification constructor
Initialize a newly created Notification to have the given event
name.
If params
is provided, it will be used as the params; otherwise no
params will be used.
Implementation
Notification(this.event, [this.params]);
Initialize a newly created Notification to have the given event
name.
If params
is provided, it will be used as the params; otherwise no
params will be used.
Notification(this.event, [this.params]);