CodePointSetData.blank constructor

CodePointSetData.blank()

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

See the Rust documentation for Blank for more information.

Implementation

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