static bool isSvgLogo(int clientType) { final url = clientLogoUrls[clientType]; return url != null && url.toLowerCase().endsWith('.svg'); }