VectorNode constructor

const VectorNode(
  1. dynamic edit,
  2. List arr
)

Implementation

const VectorNode(this.edit, this.arr, ):super();