CodePointSetData.logicalOrderException constructor

CodePointSetData.logicalOrderException()

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

See the Rust documentation for LogicalOrderException for more information.

Implementation

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