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