hasLeaks property
bool
get
hasLeaks
Whether any tracked allocations currently exist.
Implementation
static bool get hasLeaks => _registry.isNotEmpty;
Whether any tracked allocations currently exist.
static bool get hasLeaks => _registry.isNotEmpty;