FirewallDenied constructor

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

Implementation

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