GenericClient constructor

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

Implementation

GenericClient(this.name, this.channel);