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.
Implementors
ByteData
Int8List
Uint8List
Uint8ClampedList
Int16List
Uint16List
Int32List
Uint32List
Int64List
Uint64List
Float32List
Float64List
Float32x4List
Int32x4List
Float64x2List
Constructors
TypedData
( )
Instance Properties
elementSizeInBytes
int
read-only
offsetInBytes
int
read-only
lengthInBytes
int
read-only
buffer
ByteBuffer
read-only