List<String> toList() { String str = _toStr(this); return List.generate(str.length, (index) => str.substring(index, index + 1)); }