Channel constructor

Channel({
  1. String? id,
  2. String? type,
})

Implementation

Channel({
  this.id,
  this.type,
});