A typed view of a sequence of bytes.
It is a compile-time error for a class to attempt to extend or implement
TypedData
.
- Implementers
Properties
- buffer â ByteBuffer
-
The byte buffer associated with this object.
no setter
- elementSizeInBytes â int
-
The number of bytes in the representation of each element in this list.
no setter
- hashCode â int
-
The hash code for this object.
no setterinherited
- lengthInBytes â int
-
The length of this view, in bytes.
no setter
- offsetInBytes â int
-
The offset of this view into the underlying byte buffer, in bytes.
no setter
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) â dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) â String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) â bool -
The equality operator.
inherited