SocketInfo.raw constructor

SocketInfo.raw(
  1. String host,
  2. int port
)

Use this constructor to pass in a raw String for the address.

Implementation

SocketInfo.raw(String host, this.port) : address = InternetAddress(host);