menu
cometchat_sdk package
documentation
builders/users_request.dart
UsersRequest
getRoles method
getRoles method
dark_mode
light_mode
getRoles
method
List
<
String
>
?
getRoles
(
)
Gets the list of roles used to filter users.
Implementation
List<String>? getRoles() => roles;
cometchat_sdk package
documentation
builders/users_request
UsersRequest
getRoles method
UsersRequest class