version property

String? version

Return the XML version of the document, or null.

Implementation

String? get version => getAttribute(versionAttribute);
void version=(String? value)

Set the XML version of the document.

Implementation

set version(String? value) => setAttribute(versionAttribute, value);