NetworkPathComponent constructor

NetworkPathComponent({
  1. String? componentId,
  2. String? componentType,
  3. NetworkHeader? egress,
  4. NetworkHeader? ingress,
})

Implementation

NetworkPathComponent({
  this.componentId,
  this.componentType,
  this.egress,
  this.ingress,
});