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