Channel constructor

Channel({
  1. String? activationToken,
  2. String? createTime,
  3. String? cryptoKeyName,
  4. String? name,
  5. String? provider,
  6. String? pubsubTopic,
  7. String? state,
  8. String? uid,
  9. String? updateTime,
})

Implementation

Channel({
  this.activationToken,
  this.createTime,
  this.cryptoKeyName,
  this.name,
  this.provider,
  this.pubsubTopic,
  this.state,
  this.uid,
  this.updateTime,
});