value property

T? get value

Returns either reference to an object or null, if it was collected.

Implementation

T? get value => _pointer;