XMLNode constructor

XMLNode(
  1. String tag,
  2. Attributes attributes,
  3. XMLBody? body
)

Implementation

XMLNode(this.tag, this.attributes, this.body);