encoding property

String get encoding

Returns "utf-8".

Implementation

static _i2.String get encoding => _i4.getProperty(
      _declaredTextEncoder,
      'encoding',
    );