count property

Map<String, int> count

Counts the number of occurrences of string

Implementation

Map<String, int> get count => FxString.count(this);