specialEncoder property

Soundex specialEncoder
final

An instance of Soundex using the americanMapping mapping, but configured for the special case, and does not ignore H and W.

Implementation

static final Soundex specialEncoder =
    Soundex.fromMapping(americanMapping, ignoreHW: false);