Concept Flow - Composing property wrappers
Define Wrapper A
Define Wrapper B
Apply Wrapper B on Wrapper A
Use Composed Wrapper on Property
Access Property
Wrapper B logic runs
Wrapper A logic runs
Final value returned
This flow shows how two property wrappers are defined and then combined by applying one wrapper on another, so when the property is accessed, the wrappers run in order.