Channel constructor

Channel({
  1. required String name,
})

Implementation

Channel({required this.name});