encoding property - IOSink class - dart:io library (original) (raw)

description

Encoding encoding

getter/setter pair

The Encoding used when writing strings.

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

Implementation

late Encoding encoding;