UserListQuery constructor

UserListQuery({
  1. required UserListQueryType queryType,
  2. ChannelType? channelType,
  3. String? channelUrl,
  4. List<String>? userIds,
})

Implementation

UserListQuery({
  required this.queryType,
  this.channelType,
  this.channelUrl,
  this.userIds,
});