componentValueIndexTypes property

List<WasmComponentValueType?> get componentValueIndexTypes

Locally materialized component value index types in definition order.

Implementation

List<WasmComponentValueType?> get componentValueIndexTypes =>
    _indexSpaces.valueTypes;