DecomposingNormalizer.nfkd constructor

DecomposingNormalizer.nfkd()

Construct a new DecomposingNormalizer instance for NFKD using compiled data.

See the Rust documentation for new_nfkd for more information.

Implementation

factory DecomposingNormalizer.nfkd() {
  final result = _icu4x_DecomposingNormalizer_create_nfkd_mv1();
  return DecomposingNormalizer._fromFfi(result, []);
}