toDartList method

Int8List toDartList()
override

Implementation

Int8List toDartList() {
  return data.asTypedList(length);
}