Event<T> constructor

Event<T>(
  1. String type,
  2. T data
)

Implementation

Event(this.type, this.data);