@override bool get isUnicode { if (negate) { return true; } final list = getCharList(); return list.any((e) => e > 0xffff); }