BaseClient constructor

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

Implementation

BaseClient(this.name, this.channel);