version property
Return the XML version of the document, or null
.
Implementation
@override
String? get version => getAttribute(versionAttribute);
Return the XML version of the document, or null
.
@override
String? get version => getAttribute(versionAttribute);