PingResponse constructor

PingResponse({
  1. String bytes = '',
  2. String ipHost = '',
  3. String time = '',
  4. String ttl = '',
  5. bool conexion = false,
  6. bool errorGeneral = false,
  7. bool errorRed = false,
  8. bool timeOut = false,
  9. bool error = false,
})

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,
});