Channel constructor

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

Implementation

Channel({required this.name, this.key});