XmlAttribute constructor

const XmlAttribute({
  1. String? name,
  2. String? namespace,
})

Implementation

const XmlAttribute({
  this.name,
  this.namespace,
});