inputEncoding property
String
get
inputEncoding
Returns the character encoding used to create the webpage that is loaded into the document object.
Implementation
_i2.String get inputEncoding => _i4.getProperty(
this,
'inputEncoding',
);