ChannelsResponse constructor
ChannelsResponse({
- required Map<
String, ChannelResponse> channels,
Implementation
ChannelsResponse({
required this.channels,
});