TcpCheck constructor
TcpCheck({
- PingConfig? pingConfig,
- int? port,
Implementation
TcpCheck({
this.pingConfig,
this.port,
});
TcpCheck({
this.pingConfig,
this.port,
});