ReadonlycontextContext for the generated value TODO - Do we want to clone it too?
ReadonlyhasState storing the result of hasCloneMethod
If true the value will be cloned each time it gets accessed
ReadonlyvalueSafe value of the shrinkable
Depending on hasToBeCloned it will either be value_ or a clone of it
Readonlyvalue_Internal value of the shrinkable
A
Value<T, TShrink = T>holds an internal value of typeTand its associated contextRemarks
Since 3.0.0 (previously called
NextValuein 2.15.0)