Returns a list of characters from the string.
List<String> toCharArray() => isNotBlank ? this!.split('') : [];