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