Returns this as a WASM canonical abi value.
@override (int, Object?) toWasm() => (0, value.map((e) => e.toWasm()).toList(growable: false));