IngressServiceBackend constructor

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

Default constructor.

Implementation

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