CodePointMapData8.lineBreak constructor

CodePointMapData8.lineBreak()

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

See the Rust documentation for LineBreak for more information.

Implementation

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