FirewallAllowed constructor

FirewallAllowed({
  1. String? IPProtocol,
  2. List<String>? ports,
})

Implementation

FirewallAllowed({
  this.IPProtocol,
  this.ports,
});