JSTypedArrayType enum

Inheritance

Constructors

JSTypedArrayType()
const

Values

kJSTypedArrayTypeInt8Array → const JSTypedArrayType
kJSTypedArrayTypeInt16Array → const JSTypedArrayType
kJSTypedArrayTypeInt32Array → const JSTypedArrayType
kJSTypedArrayTypeUint8Array → const JSTypedArrayType
kJSTypedArrayTypeUint8ClampedArray → const JSTypedArrayType
kJSTypedArrayTypeUint16Array → const JSTypedArrayType
kJSTypedArrayTypeUint32Array → const JSTypedArrayType
kJSTypedArrayTypeFloat32Array → const JSTypedArrayType
kJSTypedArrayTypeFloat64Array → const JSTypedArrayType
kJSTypedArrayTypeArrayBuffer → const JSTypedArrayType
kJSTypedArrayTypeNone → const JSTypedArrayType
kJSTypedArrayTypeBigInt64Array → const JSTypedArrayType
kJSTypedArrayTypeBigUint64Array → const JSTypedArrayType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<JSTypedArrayType>
A constant List of the values in this enum, in order of their declaration.