Channel constructor

Channel({
  1. String? channelType,
  2. String? name,
})

Implementation

Channel({
  this.channelType,
  this.name,
});