XmlElementInfo constructor
XmlElementInfo({})
Default constructor.
Implementation
XmlElementInfo({
required this.name,
this.attributes = const {},
this.content,
this.comments,
this.isSelfClosing = false,
});
Default constructor.
XmlElementInfo({
required this.name,
this.attributes = const {},
this.content,
this.comments,
this.isSelfClosing = false,
});