toList method

List<String> toList()

Implementation

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