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