toChars method

List<String> toChars()

queen will return 'q','u','e','e','n'

Implementation

List<String> toChars() => _Parser(this).toChars();