PropertyValueNameToEnumMapper.wordBreak constructor

PropertyValueNameToEnumMapper.wordBreak()

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

See the Rust documentation for WordBreak for more information.

Implementation

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