Node constructor

Node(
  1. String type
)

Implementation

Node(this.type);