CodePointSetData.deprecated constructor

CodePointSetData.deprecated()

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

See the Rust documentation for Deprecated for more information.

Implementation

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