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