JSTag enum

Inheritance
Available extensions

Values

FIRST → const JSTag
const JSTag(-11)
BIG_DECIMAL → const JSTag
const JSTag(-11)
BIG_INT → const JSTag
const JSTag(-10)
BIG_FLOAT → const JSTag
const JSTag(-9)
SYMBOL → const JSTag
const JSTag(-8)
STRING → const JSTag
const JSTag(-7)
MODULE → const JSTag
const JSTag(-3)
FUNCTION_BYTECODE → const JSTag
const JSTag(-2)
OBJECT → const JSTag
const JSTag(-1)
INT → const JSTag
const JSTag(0)
BOOL → const JSTag
const JSTag(1)
NULL → const JSTag
const JSTag(2)
UNDEFINED → const JSTag
const JSTag(3)
UNINITIALIZED → const JSTag
const JSTag(4)
CATCH_OFFSET → const JSTag
const JSTag(5)
EXCEPTION → const JSTag
const JSTag(6)
FLOAT64 → const JSTag
const JSTag(7)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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<JSTag>
A constant List of the values in this enum, in order of their declaration.