Close constructor

Close(
  1. GetSocket socket,
  2. String message,
  3. int reason
)

Implementation

Close(this.socket, this.message, this.reason);