TableDescriptor class
The TableDescriptor
describes the options you can pass to
new WebAssembly.Table()
.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- TableDescriptor({TableKind? element, num? initial, num? maximum})
-
factory
Properties
- element ↔ TableKind
-
Available on TableDescriptor, provided by the TableDescriptor$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- initial ↔ num
-
Available on TableDescriptor, provided by the TableDescriptor$Typings extension
getter/setter pair - maximum ↔ num?
-
Available on TableDescriptor, provided by the TableDescriptor$Typings extension
getter/setter pair - 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