CodePointSetData.math constructor

CodePointSetData.math()

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

See the Rust documentation for Math for more information.

Implementation

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