DisconnectedEvent constructor

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

Implementation

DisconnectedEvent(this.code, this.reason);