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