ValueType enum

Inheritance

Constructors

ValueType(String value)
const

Values

i32 → const ValueType
const ValueType('i32')
i64 → const ValueType
const ValueType('i64')
f32 → const ValueType
const ValueType('f32')
f64 → const ValueType
const ValueType('f64')
v128 → const ValueType
const ValueType('v128')
externref → const ValueType
const ValueType('externref')
anyfunc → const ValueType
const ValueType('anyfunc')

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
value String
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

Static Methods

fromValue(String value) ValueType
fromValues(Iterable<String> values) Iterable<ValueType>

Constants

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