country property

String? get country

Client country code reported by Vercel, when available.

Implementation

String? get country => request.headers.get('x-vercel-ip-country');