SocketInfo.raw constructor
- String host,
- int port
Use this constructor to pass in a raw String for the address.
Implementation
SocketInfo.raw(String host, this.port) : address = InternetAddress(host);
Use this constructor to pass in a raw String for the address.
SocketInfo.raw(String host, this.port) : address = InternetAddress(host);