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