Optional custom mapping for state abbreviations (e.g. {'California': 'CA'}).
{'California': 'CA'}
final Map<String, String>? customAbbreviationMap;