HTTPIngressRuleValue constructor
const
HTTPIngressRuleValue({
- required List<
HTTPIngressPath> paths,
Default constructor.
Implementation
const HTTPIngressRuleValue({
required this.paths,
});