exists method

bool exists()

Implementation

bool exists() {
  return (this._visitorDelegate?.getFlagModification(this._key) != null);
}