Allowed constructor

Allowed({
  1. List<IpRule>? ipRules,
})

Implementation

Allowed({
  this.ipRules,
});