Skip to content

Commit

Permalink
Update model.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Oct 16, 2023
1 parent 1907462 commit 72a881a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class LeakSkipSet {
}
}

/// Skip lists for each type of leak.
/// The total set of skipped leaks for both [notGCed] and [notDisposed] leaks.
class SkippedLeaks {
const SkippedLeaks({
this.notGCed = const LeakSkipSet(),
Expand Down

0 comments on commit 72a881a

Please sign in to comment.