TcpCheck constructor

TcpCheck({
  1. PingConfig? pingConfig,
  2. int? port,
})

Implementation

TcpCheck({
  this.pingConfig,
  this.port,
});