ip property

String get ip

Convenience getter for the client's IP address.

Implementation

String get ip =>
    rawRequest.connectionInfo?.remoteAddress.address ?? 'unknown';