constructor()

in src/rules/input/cluster/ClusterRules.js [74:76]


  constructor(state) {
    super([new HardcodedMin()], [new NetmaskMax(state)]);
  }