soundexMapping property

Map<int, int> soundexMapping
final

The character mapping to use when encoding. A value of $nul means ignore the input character and do not encode it (e.g., vowels).

Implementation

final Map<int, int> soundexMapping;