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