XmlEvent constructor

XmlEvent(
  1. XmlState state, {
  2. String? key = "",
  3. String? value = "",
})

Implementation

XmlEvent(this.state, {this.key = "", this.value = ""});