FirewallRule constructor

FirewallRule({
  1. String? action,
  2. String? description,
  3. int? priority,
  4. String? sourceRange,
})

Implementation

FirewallRule({
  this.action,
  this.description,
  this.priority,
  this.sourceRange,
});