CodePointMapData8.verticalOrientation constructor

CodePointMapData8.verticalOrientation()

Create a map for the Vertical_Orientation property, using compiled data.

See the Rust documentation for VerticalOrientation for more information.

Implementation

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