XmlRootElement constructor

const XmlRootElement({
  1. String? name,
  2. String? namespace,
  3. bool? isSelfClosing,
})

Implementation

const XmlRootElement({
  this.name,
  this.namespace,
  this.isSelfClosing,
});