IpRule constructor

IpRule({
  1. List<PortRange>? portRanges,
  2. String? protocol,
})

Implementation

IpRule({
  this.portRanges,
  this.protocol,
});