asUint8List method

Uint8List asUint8List()
override

Implementation

Uint8List asUint8List() {
  return ptr.cast<Uint8>().asTypedList(_len);
}