Filter constructor

Filter({
  1. String? destRange,
  2. String? ipProtocol,
  3. String? protocolVersion,
  4. String? srcRange,
})

Implementation

Filter({
  this.destRange,
  this.ipProtocol,
  this.protocolVersion,
  this.srcRange,
});