genealogyEncoder property

Soundex genealogyEncoder
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 genealogyEncoder =
    Soundex.fromMapping(americanMapping, trackIgnored: false);