WasmExternal class abstract

A WASM external value that can be imported or exported.

Any of:

Implementers

Constructors

WasmExternal()
A WASM external value that can be imported or exported.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
kind WasmExternalKind
The kind of this WasmExternal.
no setter
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
when<T>({required T memory(WasmMemory memory), required T table(WasmTable table), required T global(WasmGlobal global), required T function(WasmFunction function)}) → T
Executes the given function depending on the type of this WasmExternal.

Operators

operator ==(Object other) bool
The equality operator.
inherited