ConnectingEvent constructor

ConnectingEvent(
  1. int code,
  2. String reason
)

Implementation

ConnectingEvent(this.code, this.reason);