feat: Replace List with Set for easier computation.

This commit is contained in:
xsahil03x
2020-11-18 17:16:18 +05:30
parent eda42df7da
commit 1742fe6f5f
+1 -1
View File
@@ -130,7 +130,7 @@ class UserListView extends StatefulWidget {
final bool pullToRefresh;
/// Sets a blue trailing checkMark in [ListUserItem] for all the [selectedUsers]
final List<User> selectedUsers;
final Set<User> selectedUsers;
/// Set it to true to group users by their first character
///