EncoderClient constructor

EncoderClient(
  1. String name,
  2. ClientChannelBase channel
)

Implementation

EncoderClient(this.name, this.channel);