countryRegion property

String? get countryRegion

Client country or state region reported by Vercel.

Implementation

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