bytes property

Uint8List get bytes

Read-only view over the underlying UTF-8 bytes. Mutating the slice is undefined behaviour and will produce inconsistent results from value.

Implementation

Uint8List get bytes => _bytes;