Returns this as a WASM canonical abi value.
@override (int, Object?) toWasm() => ( 8, (value == null ? const None().toWasm() : Option.fromValue(value).toWasm()), );