CodePointSetData.cased constructor

CodePointSetData.cased()

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

See the Rust documentation for Cased for more information.

Implementation

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