constructor()

in src/content/models/Tool.js [17:21]


  constructor(name, tag, icon) {
    this.#name = name;
    this.#tag = tag;
    this.#icon = icon;
  }