WsEvent<T> constructor

const WsEvent<T>(
  1. T data
)

Implementation

const WsEvent(this.data);