IngressServiceBackend constructor
const
IngressServiceBackend({
- required String name,
- ServiceBackendPort? port,
Default constructor.
Implementation
const IngressServiceBackend({
required this.name,
this.port,
});