Template.init constructor

Template.init(
  1. XmlNode node,
  2. Template? parent
)

Implementation

Template.init(this.node, this.parent);