GantryClient constructor

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

Implementation

GantryClient(this.name, this.channel);