NetworkPathComponent constructor
NetworkPathComponent({
- String? componentId,
- String? componentType,
- NetworkHeader? egress,
- NetworkHeader? ingress,
Implementation
NetworkPathComponent({
this.componentId,
this.componentType,
this.egress,
this.ingress,
});