valueOrNull property

T? valueOrNull

Returns either value, or null, should value not yet have been set.

Implementation

T? get valueOrNull;