MockHttpConnectionInfo constructor Null safety
- {required InternetAddress remoteAddress,
- int localPort = -1,
- int remotePort = -1}
Implementation
MockHttpConnectionInfo({required this.remoteAddress, this.localPort = -1, this.remotePort = -1});
MockHttpConnectionInfo({required this.remoteAddress, this.localPort = -1, this.remotePort = -1});