charset property

String get charset

Gets or sets the character set used to encode the object.

Implementation

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