InputWhitelistRule constructor

InputWhitelistRule({
  1. String? cidr,
})

Implementation

InputWhitelistRule({
  this.cidr,
});