IntersectionNode constructor

IntersectionNode(
  1. Node left,
  2. Node right
)

Implementation

IntersectionNode(this.left, this.right);