dart / 2 / dart-core / weakreference / target.html

target property

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;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-core/WeakReference/target.html