target property Null safety

T? target

The current object weakly referenced by this, if any.

The value is either the object supplied in the constructor, or null if the weak reference has been cleared.

Implementation

T? get target;