ipAddress property
String?
get
ipAddress
Client IP address reported by Vercel, when available.
Implementation
String? get ipAddress => request.headers.get('x-real-ip');
Client IP address reported by Vercel, when available.
String? get ipAddress => request.headers.get('x-real-ip');