Listener constructor
Listener({
- HealthCheckPolicy? healthCheck,
- PortMapping? portMapping,
Implementation
Listener({
this.healthCheck,
this.portMapping,
});