value property

T value
override

The current value of the Stated. If value is null, build is called to build the value.

Implementation

T get value => _value ??= build();