ChannelListQueryResponse<T extends BaseChannel>.fromJson constructor
Implementation
factory ChannelListQueryResponse.fromJson(Map<String, dynamic> json) =>
_$ChannelListQueryResponseFromJson<T>(json);