Channel constructor

Channel({
  1. String? name,
})

Implementation

Channel({this.name});