GetChannelsResponse constructor

GetChannelsResponse({
  1. required ChannelsResponse channelsResponse,
})

Implementation

GetChannelsResponse({
  required this.channelsResponse,
});