Dart API Reference
dart:typed_data
TypedData
TypedData
class
A typed view of a sequence of bytes.
A typed view of a sequence of bytes.
Implemented by
ByteData
Float32List
Float32x4List
Float64List
Float64x2List
Int16List
Int32List
Int32x4List
Int64List
Int8List
Uint16List
Uint32List
Uint64List
Uint8ClampedList
Uint8List
Constructors
TypedData
()
Instance Properties
elementSizeInBytes
int
read-only
offsetInBytes
int
read-only
lengthInBytes
int
read-only
buffer
ByteBuffer
read-only