Firewall constructor

Firewall({
  1. String? code,
  2. String? name,
  3. String? listen,
  4. int? priority,
  5. String? kind,
  6. String? mode,
  7. String? proto,
  8. String? filter,
  9. String? matcher,
  10. String? flags,
  11. String? src,
  12. String? dst,
  13. String? host,
  14. String? path,
  15. String? method,
  16. String? query,
  17. String? header,
  18. String? cookie,
  19. String? memo,
  20. String? raw,
  21. int? status,
  22. DateTime? createAt,
  23. DateTime? updateAt,
  24. String? createBy,
  25. String? updateBy,
})

Implementation

Firewall({this.code, this.name, this.listen, this.priority, this.kind, this.mode, this.proto, this.filter, this.matcher, this.flags, this.src, this.dst, this.host, this.path, this.method, this.query, this.header, this.cookie, this.memo, this.raw, this.status, this.createAt, this.updateAt, this.createBy, this.updateBy});