IngressServiceBackend constructor

const IngressServiceBackend({
  1. required String name,
  2. ServiceBackendPort? port,
})

The main constructor.

Implementation

const IngressServiceBackend({
  required this.name,
  this.port,
});