valueOrNull property

T? get valueOrNull

Returns its value or null if it is not defined yet

Implementation

T? get valueOrNull => _value;