IpRuleItem constructor

IpRuleItem({
  1. String? ipRule,
  2. String? ruleDesc,
})

Implementation

IpRuleItem({
  this.ipRule,
  this.ruleDesc,
});