asBytes method

Uint8List asBytes()
override

Implementation

Uint8List asBytes() {
  var bytes = ptr.cast<Uint8>();
  return bytes.asTypedList(_len);
}