DecomposingNormalizer.nfd constructor
Construct a new DecomposingNormalizer instance for NFD using compiled data.
See the Rust documentation for new_nfd
for more information.
Implementation
factory DecomposingNormalizer.nfd() {
final result = _icu4x_DecomposingNormalizer_create_nfd_mv1();
return DecomposingNormalizer._fromFfi(result, []);
}