toDartList method

Uint8List toDartList()
override

Implementation

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