IncludeNode constructor

IncludeNode(
  1. String templateName,
  2. String? dataJson
)

Creates an include node for templateName.

Implementation

IncludeNode(this.templateName, this.dataJson);