private updateField() {
    if (!this.entity?.getConstructor()) {
      this._field = undefined;
      return;
    }