QuantificationNode constructor

QuantificationNode(
  1. Node child,
  2. int min, [
  3. int? max
])

Implementation

QuantificationNode(this.child, this.min, [this.max]);