void removeWhere(bool Function(E element) test) { value.removeWhere(test); set(value, force: true); }