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