country property
String?
get
country
Client country code reported by Vercel, when available.
Implementation
String? get country => request.headers.get('x-vercel-ip-country');
Client country code reported by Vercel, when available.
String? get country => request.headers.get('x-vercel-ip-country');