isTrackedInstance method
Returns true
if instance o
is tracked.
Implementation
bool isTrackedInstance(O o) => getTrackedInstanceInfo(o) != null;
Returns true
if instance o
is tracked.
bool isTrackedInstance(O o) => getTrackedInstanceInfo(o) != null;