BoardClient constructor

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

Implementation

BoardClient(this.name, this.channel);