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