EventData constructor

EventData(
  1. String event,
  2. Map<String, dynamic> data
)

Implementation

EventData(this.event, this.data);