CodePointSetData.ideographic constructor

CodePointSetData.ideographic()

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

See the Rust documentation for Ideographic for more information.

Implementation

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