Returns all instances of Object_ from the cache. They represent inspected Python objects that are not of any other type.
Iterable<Object_> get objects => _getOfType(InspectEntryType.object);