SectionNode constructor

SectionNode(
  1. String name,
  2. List<Node> body
)

Creates a section named name.

Implementation

SectionNode(this.name, this.body);