add Lazy State Resolution Hint
Allows to specify state as lazy value. Lazy initializer should not be used to dynamically calculate a state. Use it only to delay state's variable access. See StateResolutionHint
Allows to specify state as lazy value. Lazy initializer should not be used to dynamically calculate a state. Use it only to delay state's variable access. See StateResolutionHint