Builder constructor

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

Implementation

Builder(this.flavor);