UptimeCheckIp constructor

UptimeCheckIp({
  1. String? ipAddress,
  2. String? location,
  3. String? region,
})

Implementation

UptimeCheckIp({
  this.ipAddress,
  this.location,
  this.region,
});