Builder constructor

Builder(
  1. Map<String, Node Function()> flavor
)

Implementation

Builder(this.flavor) {
  _stack.add(Node());
}