PropertyValueNameToEnumMapper.verticalOrientation constructor

PropertyValueNameToEnumMapper.verticalOrientation()

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

See the Rust documentation for VerticalOrientation for more information.

Implementation

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