Node constructor

Node(
  1. String type,
  2. Location? loc
)

Implementation

Node(this.type, this.loc);