TypedData class abstract final

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

Constructors

TypedData()

Properties

buffer ByteBuffer
Returns the byte buffer associated with this object.
no setter
elementSizeInBytes int
Returns 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
Returns the length of this view, in bytes.
no setter
offsetInBytes int
Returns the offset in bytes into the underlying byte buffer of this view.
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