usageCounts property

Map<String, int> get usageCounts

Get all usage counts.

Implementation

Map<String, int> get usageCounts => Map.unmodifiable(_usageCount);