BaseEventType<T> constructor

BaseEventType<T>(
  1. T name
)

Implementation

BaseEventType(this.name);