IpMapping constructor

IpMapping({
  1. String? ipAddress,
  2. String? timeToRetire,
  3. String? type,
})

Implementation

IpMapping({
  this.ipAddress,
  this.timeToRetire,
  this.type,
});