IpRange constructor

IpRange({
  1. String? externalAddress,
  2. String? ipAddress,
  3. String? ipAddressRange,
})

Implementation

IpRange({
  this.externalAddress,
  this.ipAddress,
  this.ipAddressRange,
});