YieldNode constructor

YieldNode(
  1. String name
)

Creates a placeholder for the section called name.

Implementation

YieldNode(this.name);