Channel constructor

Channel(
  1. Socket socket,
  2. String name
)

Implementation

Channel(this.socket, this.name);