signedView method

Int8List signedView()

Casts this unsigned byte array to a signed Int8List.

The returned list referres the the same underlying data.

Implementation

Int8List signedView() => Int8List.view(buffer);