encodingBytes property

Uint8List? encodingBytes
final

The raw bytes of the rendered encoding, or null if none was carried.

This is the exact ground truth for the encoding channel; encoding is a lenient UTF-8 string view of these same bytes. A non-null empty Uint8List denotes a present-but-empty encoding, distinct from null.

Implementation

final Uint8List? encodingBytes;