IpData constructor

IpData({
  1. String? ipAddress,
  2. String? observeEndTime,
  3. String? observeStartTime,
})

Implementation

IpData({this.ipAddress, this.observeEndTime, this.observeStartTime});