version property
String?
get
version
Return the XML version of the document, or null
.
Implementation
String? get version;
set
version
(String? value)
Set the XML version of the document.
Implementation
set version(String? value);