ComposingNormalizer.nfc constructor
Construct a new ComposingNormalizer instance for NFC using compiled data.
See the Rust documentation for new_nfc
for more information.
Implementation
factory ComposingNormalizer.nfc() {
final result = _icu4x_ComposingNormalizer_create_nfc_mv1();
return ComposingNormalizer._fromFfi(result, []);
}