byClass property

Map<String, int?> byClass
final

Classes to ignore during leak tracking.

Maps name of the class, as returned by object.runtimeType.toString(), to the number of instances of the class that are allowed to leak.

If number of instances is null, all leaks are ignored.

Implementation

final Map<String, int?> byClass;