UsersLoaded constructor
const
UsersLoaded({})
Implementation
const UsersLoaded({
required this.users,
this.hasMore = true,
this.selectedUsers = const {},
this.isLoadingMore = false,
this.searchKeyword,
});
const UsersLoaded({
required this.users,
this.hasMore = true,
this.selectedUsers = const {},
this.isLoadingMore = false,
this.searchKeyword,
});