CodePointSetData.graphemeBase constructor
Create a set for the Grapheme_Base
property, using compiled data.
See the Rust documentation for GraphemeBase
for more information.
Implementation
factory CodePointSetData.graphemeBase() {
final result = _icu4x_CodePointSetData_create_grapheme_base_mv1();
return CodePointSetData._fromFfi(result, []);
}