WasmObjectArray<T extends Object?> class
Null safety
A Wasm array with reference element type, containing Dart objects.
- Inheritance
-
- Object
- WasmAnyRef
- WasmEqRef
- WasmDataRef
- WasmObjectArray
Constructors
- WasmObjectArray(int length)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
read(
int index) → T -
toObject(
) → Object -
Downcast
anyref
to a Dart object.inherited -
toString(
) → String -
A string representation of this object.
inherited
-
write(
int index, T value) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited