Closed
Description
Uint8List
: https://master-docs-flutter-io.firebaseapp.com/flutter/dart-typed_data/Uint8List-class.html
...has a buffer
property, which links to TypedData
's buffer
: https://master-docs-flutter-io.firebaseapp.com/flutter/dart-typed_data/TypedData/buffer.html
...which implies that Uint8List
is related to TypedData
, but this fact appears neither on the docs for Uint8List
nor those from TypedData
: https://master-docs-flutter-io.firebaseapp.com/flutter/dart-typed_data/TypedData-class.html