mostChars method

List<Map<String, int>> mostChars({
  1. bool ignoreSpace = true,
})

Implementation

List<Map<String, int>> mostChars({bool ignoreSpace = true}) =>
    s.mostChars(this, ignoreSpace: ignoreSpace);