IpSet constructor

IpSet({
  1. List<String>? ipAddresses,
  2. String? ipFamily,
})

Implementation

IpSet({
  this.ipAddresses,
  this.ipFamily,
});