largestItems property

List<MapEntry<String, int>> get largestItems

Gets the largest items in the cache.

Implementation

List<MapEntry<String, int>> get largestItems => _analytics.largestItems;