toList method

List<String> toList()

Converts the string into a list of characters.

Implementation

List<String> toList() => validate().trim().split('');