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