TableTy class

Constructors

TableTy({required ValueTy element, required int minimum, int? maximum})
const

Properties

element ValueTy
The type of values stored in the WasmTable.
final
hashCode int
The hash code for this object.
no setterinherited
maximum int?
The optional maximum number of elements the WasmTable can have.
final
minimum int
The minimum number of elements the WasmTable must have.
final
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

Operators

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