IngressPolicy constructor
IngressPolicy({
- IngressFrom? ingressFrom,
- IngressTo? ingressTo,
- String? title,
Implementation
IngressPolicy({
this.ingressFrom,
this.ingressTo,
this.title,
});