LineSegmenter.auto constructor

LineSegmenter.auto()

Construct a LineSegmenter with default options (no locale-based tailoring) using compiled data. It automatically loads the best available payload data for Burmese, Khmer, Lao, and Thai.

See the Rust documentation for new_auto for more information.

Implementation

factory LineSegmenter.auto() {
  final result = _icu4x_LineSegmenter_create_auto_mv1();
  return LineSegmenter._fromFfi(result, []);
}