asStringList method

List<String> asStringList()

Implementation

List<String> asStringList() {
  return map(String.fromCharCodes).toList();
}