counts property

Map<String, int> counts

Counts of each character encountered thus far.

Implementation

Map<String, int> get counts => _counts;