Dart SDK
dart:typed_data
Uint8List
Uint8List
constructor
Uint8List
Uint8List
Constants
BYTES_PER_ELEMENT
Constructors
Uint8List
fromList
view
Operators
operator []=
operator []
Methods
insert
clear
take
map
toSet
forEach
setAll
skipWhile
asMap
setRange
join
lastWhere
shuffle
reduce
any
every
where
sort
skip
expand
indexOf
elementAt
remove
getRange
removeAt
takeWhile
removeRange
fold
sublist
firstWhere
contains
add
singleWhere
lastIndexOf
replaceRange
addAll
insertAll
removeWhere
toList
fillRange
removeLast
retainWhere
Uint8List
(
int
length
)
Creates a
Uint8List
of the specified length (in elements), all of whose elements are initially zero.