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