UXmlNode constructor

UXmlNode(
  1. String name,
  2. Map<String, String> attributes,
  3. List<UXmlNode> children,
  4. String text,
)

Implementation

UXmlNode(this.name, this.attributes, this.children, this.text);