charArray property

List<String> get charArray

Implementation

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