IpFilter constructor

IpFilter({
  1. String? cidr,
})

Implementation

IpFilter({
  this.cidr,
});