Firewall constructor
Firewall({
- String? code,
- String? name,
- String? listen,
- int? priority,
- String? kind,
- String? mode,
- String? proto,
- String? filter,
- String? matcher,
- String? flags,
- String? src,
- String? dst,
- String? host,
- String? path,
- String? method,
- String? query,
- String? header,
- String? cookie,
- String? memo,
- String? raw,
- int? status,
- DateTime? createAt,
- DateTime? updateAt,
- String? createBy,
- 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});