dataView property

Int8List get dataView

Implementation

Int8List get dataView => dataPtr.cast<ffi.Int8>().asTypedList(length);