CodePointMapData8.indicSyllabicCategory constructor

CodePointMapData8.indicSyllabicCategory()

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

See the Rust documentation for IndicSyllabicCategory for more information.

Implementation

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