diff --git a/lib/src/user_list_view.dart b/lib/src/user_list_view.dart index 1c3652ff..c4e3f2ce 100644 --- a/lib/src/user_list_view.dart +++ b/lib/src/user_list_view.dart @@ -130,7 +130,7 @@ class UserListView extends StatefulWidget { final bool pullToRefresh; /// Sets a blue trailing checkMark in [ListUserItem] for all the [selectedUsers] - final List selectedUsers; + final Set selectedUsers; /// Set it to true to group users by their first character ///