PropertyValueNameToEnumMapper.indicSyllabicCategory constructor
Create a name-to-enum mapper for the Indic_Syllabic_Category
property, using compiled data.
See the Rust documentation for IndicSyllabicCategory
for more information.
Implementation
factory PropertyValueNameToEnumMapper.indicSyllabicCategory() {
final result = _icu4x_PropertyValueNameToEnumMapper_create_indic_syllabic_category_mv1();
return PropertyValueNameToEnumMapper._fromFfi(result, []);
}