WasmFuncRef class Null safety
The Wasm funcref
type.
- Inheritance
-
- Object
- WasmAnyRef
- WasmFuncRef
- Implementers
Constructors
- WasmFuncRef.fromRef(WasmAnyRef ref)
-
Downcast
anyref
tofuncref
.factory -
WasmFuncRef.fromWasmFunction(WasmFunction<
Function> fun) -
Upcast typed function reference to
funcref
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toObject(
) → Object -
Downcast
anyref
to a Dart object.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited