constructor()

in ui/rules.js [24:29]


  constructor(id, details = {}) {
    this.id = id;
    this.details = details;

    this.checkIfValid();
  }