version property

String get version

Sets or retrieves the DTD version that governs the current document. @deprecated

MDN Reference

Implementation

_i2.String get version => _i4.getProperty(
      this,
      'version',
    );
set version (String value)

Implementation

set version(_i2.String value) {
  _i4.setProperty(
    this,
    'version',
    value,
  );
}