CodePointMapData8.numericType constructor
CodePointMapData8.numericType()
Create a map for the Numeric_Type property, using compiled data.
See the Rust documentation for NumericType for more information.
Implementation
factory CodePointMapData8.numericType() {
final result = _icu4x_CodePointMapData8_create_numeric_type_mv1();
return CodePointMapData8._fromFfi(result, []);
}