PropertyValueNameToEnumMapper.hangulSyllableType constructor

PropertyValueNameToEnumMapper.hangulSyllableType()

Create a name-to-enum mapper for the Hangul_Syllable_Type property, using compiled data.

See the Rust documentation for HangulSyllableType for more information.

Implementation

factory PropertyValueNameToEnumMapper.hangulSyllableType() {
  final result = _icu4x_PropertyValueNameToEnumMapper_create_hangul_syllable_type_mv1();
  return PropertyValueNameToEnumMapper._fromFfi(result, []);
}