ip property
String
get
ip
Convenience getter for the client's IP address.
Implementation
String get ip =>
rawRequest.connectionInfo?.remoteAddress.address ?? 'unknown';
Convenience getter for the client's IP address.
String get ip =>
rawRequest.connectionInfo?.remoteAddress.address ?? 'unknown';