ComposingNormalizer.nfkc constructor

ComposingNormalizer.nfkc()

Construct a new ComposingNormalizer instance for NFKC using compiled data.

See the Rust documentation for new_nfkc for more information.

Implementation

factory ComposingNormalizer.nfkc() {
  final result = _icu4x_ComposingNormalizer_create_nfkc_mv1();
  return ComposingNormalizer._fromFfi(result, []);
}