We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85eeeeb commit 4d41779Copy full SHA for 4d41779
lib/typed_buffers.dart
@@ -11,7 +11,7 @@
11
/// That means that using the [TypedDataView.buffer] getter is not guaranteed
12
/// to return the same result each time it is used, and that the buffer may
13
/// be larger than what the list is using.
14
-library typed_buffers;
+library typed_data.typed_buffers;
15
16
import "dart:collection" show ListBase;
17
import "dart:typed_data";
0 commit comments