Returns this as a WASM canonical abi value.
List<Object?> toWasm() => [ ItemInput.toWasm(item), (options == null ? const None().toWasm() : Option.fromValue(options).toWasm((some) => some.toWasm())), ];