asInt8List method

Int8List asInt8List()
override

Implementation

Int8List asInt8List() {
  return ptr.cast<Int8>().asTypedList(_len);
}