Get a country by its phone code
Returns null if the phone code is not found
static Country? getCountryByPhoneCode(String phoneCode) { return _countriesByPhoneCode[phoneCode]; }