CodePointMapData8.generalCategory constructor
Create a map for the General_Category
property, using compiled data.
See the Rust documentation for GeneralCategory
for more information.
Implementation
factory CodePointMapData8.generalCategory() {
final result = _icu4x_CodePointMapData8_create_general_category_mv1();
return CodePointMapData8._fromFfi(result, []);
}