data property

List<int> data

Allows you to access a native char* as a Uint8List.

Implementation

List<int> get data => _isDisposed ? throw StateError("Message is disposed") : pointer.ref.data.asTypedList(length);