ChannelConnection constructor

ChannelConnection({
  1. String? activationToken,
  2. String? channel,
  3. String? createTime,
  4. String? name,
  5. String? uid,
  6. String? updateTime,
})

Implementation

ChannelConnection({
  this.activationToken,
  this.channel,
  this.createTime,
  this.name,
  this.uid,
  this.updateTime,
});