CodePointMapData16.script constructor

CodePointMapData16.script()

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

See the Rust documentation for Script for more information.

Implementation

factory CodePointMapData16.script() {
  final result = _icu4x_CodePointMapData16_create_script_mv1();
  return CodePointMapData16._fromFfi(result, []);
}