symbols property

List<Symbol>? symbols
getter/setter pair

List of symbols in the word.

The order of the symbols follows the natural reading order.

Implementation

core.List<Symbol>? symbols;