Represents a value that can be observed by the framework.
When a State is read within a reactive scope (like a view block), the scope becomes a dependency of that state and will be notified when the value changes.
The current value of the state.
Delegate for reading State values using the by keyword.
by