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