Probe_TcpSocketAction constructor

Probe_TcpSocketAction({
  1. int port = 0,
  2. String host = '',
})

Implementation

Probe_TcpSocketAction({this.port = 0, this.host = ''})
  : super(fullyQualifiedName);