PassiveChannel constructor

PassiveChannel(
  1. Connection? conn, [
  2. bool connected = false
])

Implementation

PassiveChannel(this.conn, [this.connected = false]);