value property

V? get value

Returns the cached value if already resolved, otherwise null.

Implementation

V? get value => _result?.value;