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