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