void update(Iterable<T> Function(Iterable<T> value) updateFn) { _value = List.unmodifiable(updateFn(_value)); notifyListeners(); }