charset property
String
get
charset
Sets or retrieves the character set used to encode the object. @deprecated
Implementation
_i2.String get charset => _i4.getProperty(
this,
'charset',
);
set
charset
(String value)
Implementation
set charset(_i2.String value) {
_i4.setProperty(
this,
'charset',
value,
);
}