bytes property

Uint8List get bytes

A defensive copy of the message bytes.

The returned buffer can be mutated by the caller without changing the message retained by AlphaX.

Implementation

Uint8List get bytes => Uint8List.fromList(_bytes);