WasmValueRef class

A WASM reference value.

Implemented types

Constructors

WasmValueRef.externRef(Object? value)
A nullable external object reference.
const
WasmValueRef.funcRef(WasmFunction? value)
A nullable function reference.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ValueTy
The Wasm type of the value. Either ValueTy.funcRef or ValueTy.externRef
final
value Object?
The Dart value.
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