PropertyValueNameToEnumMapper.graphemeClusterBreak constructor

PropertyValueNameToEnumMapper.graphemeClusterBreak()

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

See the Rust documentation for GraphemeClusterBreak for more information.

Implementation

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