get name()

in src/content/models/Tool.js [23:25]


  get name() {
    return this.#name;
  }