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