CodePointSetData.softDotted constructor

CodePointSetData.softDotted()

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

See the Rust documentation for SoftDotted for more information.

Implementation

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