asTypedList method

Uint8List asTypedList()

Implementation

Uint8List asTypedList() {
  return ptr.asTypedList(length);
}