charArray property

List<String> charArray

Implementation

List<String> get charArray =>
    runes.map((e) => String.fromCharCode(e)).toList();