getCharList method

List<int> getCharList()
inherited

Implementation

List<int> getCharList() {
  final chars = getChars();
  final parser = RangesParser();
  final result = parser.parse(chars);
  return result;
}