notGCedAllowList property
final
Classes that are allowed to be not garbage collected after disposal.
Maps name of the class, as returned by object.runtimeType.toString()
,
to the number of instances of the class that are allowed to be not GCed.
If number of instances is null
, any number of instances is allowed.
Implementation
final Map<String, int?> notGCedAllowList;