ClientInfo constructor

const ClientInfo(
  1. String id, {
  2. bool canPublish = true,
  3. bool canSubscribe = true,
})

Implementation

const ClientInfo(this.id, {this.canPublish = true, this.canSubscribe = true});