Channels constructor

Channels({
  1. required List<Channel> channel,
})

Implementation

Channels({
  required this.channel,
});