It’s probably because you have a let property with an initial value so it cannot be overwritten during decoding, so it gets skipped.
4 Likes
It’s probably because you have a let property with an initial value so it cannot be overwritten during decoding, so it gets skipped.