PropertyValueNameToEnumMapper.sentenceBreak constructor

PropertyValueNameToEnumMapper.sentenceBreak()

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

See the Rust documentation for SentenceBreak for more information.

Implementation

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