Default SVG URL builder.
static String defaultSvgUrlBuilder(String countryCode) { return 'https://flagcdn.com/${countryCode.toLowerCase()}.svg'; }