matches method
- LeakSummary? other
Implementation
bool matches(LeakSummary? other) =>
other != null &&
const DeepCollectionEquality().equals(totals, other.totals);
bool matches(LeakSummary? other) =>
other != null &&
const DeepCollectionEquality().equals(totals, other.totals);