currentValue property

T? currentValue
getter/setter pair

The cached computed value.

Null until first computation or after invalidation.

Implementation

T? currentValue;