mostWords method

List<Map<String, int>> mostWords()

Implementation

List<Map<String, int>> mostWords() => s.mostWords(this);