ChannelListQueryResponse<T extends BaseChannel> constructor

ChannelListQueryResponse<T extends BaseChannel>({
  1. List<T> channels = const [],
  2. String? next,
})

Implementation

ChannelListQueryResponse({this.channels = const [], this.next});