encoding property Null safety

Encoding encoding
read / write

The Encoding used when writing strings.

Depending on the underlying consumer, this property might be mutable.

Implementation

late Encoding encoding;