CodePointSetData.uppercase constructor

CodePointSetData.uppercase()

Create a set for the Uppercase property, using compiled data.

See the Rust documentation for Uppercase for more information.

Implementation

factory CodePointSetData.uppercase() {
  final result = _icu4x_CodePointSetData_create_uppercase_mv1();
  return CodePointSetData._fromFfi(result, []);
}