asUint8List method

Uint8List asUint8List()

Creates a Uint8List view over the buffer.

Changes made to the returned view will reflect in the buffer.

Implementation

Uint8List asUint8List() => _data;