menu
sendbird_sdk package
documentation
core/models/responses.dart
ChannelListQueryResponse<T extends BaseChannel>
ChannelListQueryResponse constructor
ChannelListQueryResponse constructor
dark_mode
light_mode
ChannelListQueryResponse<
T extends BaseChannel
>
constructor
ChannelListQueryResponse<
T extends BaseChannel
>
(
{
List
<
T
>
channels
=
const []
,
String
?
next
,
})
Implementation
ChannelListQueryResponse({this.channels = const [], this.next});
sendbird_sdk package
documentation
core/models/responses
ChannelListQueryResponse<T extends BaseChannel>
ChannelListQueryResponse constructor
ChannelListQueryResponse class