Creates a Uint8List view over the buffer.
Changes made to the returned view will reflect in the buffer.
Uint8List asUint8List() => _data;