PingResponse constructor
PingResponse({})
Implementation
PingResponse({
this.bytes = '',
this.ipHost = '',
this.time = '',
this.ttl = '',
this.conexion = false,
this.errorGeneral = false,
this.errorRed = false,
this.timeOut = false,
this.error = false,
});