UserListQuery constructor
UserListQuery({
- required UserListQueryType queryType,
- ChannelType? channelType,
- String? channelUrl,
- List<
String> ? userIds,
Implementation
UserListQuery({
required this.queryType,
this.channelType,
this.channelUrl,
this.userIds,
});