TCPSocketAction constructor

TCPSocketAction({
  1. String? host,
  2. int? port,
})

Implementation

TCPSocketAction({this.host, this.port});