currentValue property
T?
currentValue
getter/setter pair
The cached computed value.
Null until the first successful computation. A failed recomputation keeps the last successful value for the next call to getter.
Implementation
T? currentValue;