connectionInfo property

  1. @override
HttpConnectionInfo connectionInfo
getter/setter pairoverride-getter

Gets information about the client connection. Returns null if the socket is not available.

Implementation

@override
HttpConnectionInfo connectionInfo =
    MockHttpConnectionInfo(remoteAddress: InternetAddress.anyIPv4, localPort: -1, remotePort: -1);