value property

T value

the lazily initialized value.

Implementation

T get value => _isValueCreated ? _value : _createValue();