getValue method presentation

Last updated: 2026-03-04T23:21:38.428Z

Metrics

LOC: 3 Complexity: 1 Params: 0

Signature

getValue(): : string

Source Code

  getValue(): string {
    return this._value;
  }

No outgoing dependencies.

No incoming dependencies.