NetConn constructor

NetConn(
  1. String address,
  2. int addressPort
)

Implementation

NetConn(this.address,this.addressPort);