UnicodeCharMatcher.other constructor

UnicodeCharMatcher.other()

Implementation

factory UnicodeCharMatcher.other() => UnicodeCharMatcher(_categoryData,
    category.cc | category.cf | category.cs | category.co | category.cn);