data property

Uint8List get data

Returns a view of native pointer

Implementation

Uint8List get data => ref.ptr.cast<ffi.Uint8>().asTypedList(length);