encoding property

String? encoding
getter/setter pair

The character encoding of the data.

The supported values are UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE. The default value is UTF-8.

Optional.

Implementation

core.String? encoding;