*[<Null safety>](https://dart.dev/null-safety)*
Map<String, int> nameToInstanceCount
read / write
Maps an inspect instance name to the number of instantiations of that inspector. Used to deduplicate requests for similarly named inspectors.
Implementation
static Map<String, int> nameToInstanceCount = <String, int>{};