Template.fromNode constructor

Template.fromNode(
  1. Environment environment, {
  2. String? path,
  3. required Node body,
})

Implementation

Template.fromNode(this.environment, {this.path, required this.body});