Updates the list and notifies listeners.
void set(List<String> newUsers) { _users = newUsers; notifyListeners(); }