HTTPIngressPath constructor
const
HTTPIngressPath({
- required IngressBackend backend,
- String? path,
- required String pathType,
Default constructor.
Implementation
const HTTPIngressPath({
required this.backend,
this.path,
required this.pathType,
});