Node constructor

Node(
  1. Container container,
  2. String tag,
  3. String name,
  4. dynamic manifest,
)

Implementation

Node(this.container, this.tag, this.name, this.manifest);