Converts the List
Map<String, String> toAttributeMap() => <String, String>{ for (final XmlEventAttribute attribute in this) attribute.localName: attribute.value.trim(), };