value property

T get value

The current value of this computed property. Accessing this getter returns the latest computed value.

Implementation

T get value => _value;