customAbbreviationMap property

Map<String, String>? customAbbreviationMap
final

Optional custom mapping for state abbreviations (e.g. {'California': 'CA'}).

Implementation

final Map<String, String>? customAbbreviationMap;