JSTypedArrayType class

enum JSTypedArrayType A constant identifying the Typed Array type of a JSObjectRef.

Constructors

JSTypedArrayType()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

kJSTypedArrayTypeArrayBuffer → const int
ArrayBuffer
kJSTypedArrayTypeFloat32Array → const int
Float32Array
kJSTypedArrayTypeFloat64Array → const int
Float64Array
kJSTypedArrayTypeInt8Array → const int
Int8Array
kJSTypedArrayTypeInt16Array → const int
Int16Array
kJSTypedArrayTypeInt32Array → const int
Int32Array
kJSTypedArrayTypeNone → const int
Not a Typed Array
kJSTypedArrayTypeUint8Array → const int
Uint8Array
kJSTypedArrayTypeUint8ClampedArray → const int
Uint8ClampedArray
kJSTypedArrayTypeUint16Array → const int
Uint16Array
kJSTypedArrayTypeUint32Array → const int
Uint32Array