ChannelListQueryResponse<T extends BaseChannel> constructor Null safety

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

Implementation

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