CodePointSetData.nfdInert constructor
Create a set for the Nfd_Inert
property, using compiled data.
See the Rust documentation for NfdInert
for more information.
Implementation
factory CodePointSetData.nfdInert() {
final result = _icu4x_CodePointSetData_create_nfd_inert_mv1();
return CodePointSetData._fromFfi(result, []);
}