nullish(propertyNullishValues: INullish = {}) {
    this.__nullish = nullishConfig(propertyNullishValues); // do not deep clone!
    this.validateConfig();
    this.validateData();
    return this;