Event constructor

Event(
  1. double time,
  2. EventData data
)

Implementation

Event(this.time, this.data);