constructor()

in script/lib/mode-collection.ts [12:15]


  constructor(type: string, prefix: string) {
    this.type = type
    this.prefix = prefix
  }