snapshot method

Map<T, int> snapshot()

Implementation

Map<T, int> snapshot() => Map.unmodifiable(_counts);