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