UnicodeCharMatcher.symbol constructor

UnicodeCharMatcher.symbol()

Implementation

factory UnicodeCharMatcher.symbol() => UnicodeCharMatcher(
    _categoryData, category.sm | category.sc | category.sk | category.so);