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