CodePointMapData8.wordBreak constructor

CodePointMapData8.wordBreak()

Create a map for the Word_Break property, using compiled data.

See the Rust documentation for WordBreak for more information.

Implementation

factory CodePointMapData8.wordBreak() {
  final result = _icu4x_CodePointMapData8_create_word_break_mv1();
  return CodePointMapData8._fromFfi(result, []);
}