void retainAll(Iterable<Object?> elements) { final list = value; list.retainAll(elements); set(list, force: true); }