PropertyOperationsBuilder unset(String key) { _add(PropertyOperation.$unset, key, "-"); return this; }