ipAddress property

String? get ipAddress

Client IP address reported by Vercel, when available.

Implementation

String? get ipAddress => request.headers.get('x-real-ip');