NotificareEvent constructor

NotificareEvent(
  1. String name,
  2. dynamic data
)

Implementation

NotificareEvent(this.name, this.data);