dataView property

Uint8List get dataView

Implementation

Uint8List get dataView => dataPtr.cast<ffi.Uint8>().asTypedList(length);