Event constructor

Event(
  1. EventType type,
  2. FileSpan span
)

Implementation

Event(this.type, this.span);