Channel constructor
      
      Channel({})
     
    
    
Implementation
Channel({
  this.address,
  this.expiration,
  this.id,
  this.kind,
  this.params,
  this.payload,
  this.resourceId,
  this.resourceUri,
  this.token,
  this.type,
});