bytes property

Pointer<Uint8> bytes
getter/setter pair

< The bytes is the raw content without any character set conversions. Owned pointer. Must be freed by Dart code if not null.

Implementation

external ffi.Pointer<ffi.Uint8> bytes;