encoding property

String? encoding
getter/setter pair

The character encoding of the data.

Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

Optional.

Implementation

core.String? encoding;