ignoreLeaks property

bool ignoreLeaks
final

When true, added objects will not be tracked.

If object is added when the value is true, it will be tracked even if the value will become false during the object lifetime.

Implementation

final bool ignoreLeaks;