charset property

String charset

Sets or retrieves the character set used to encode the object. @deprecated

Implementation

_i2.String get charset => _i4.getProperty(
      this,
      'charset',
    );
void charset=(String value)

Implementation

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