FirewallLogConfig constructor

FirewallLogConfig({
  1. bool? enable,
  2. String? metadata,
})

Implementation

FirewallLogConfig({
  this.enable,
  this.metadata,
});