NetworkHeader constructor

NetworkHeader({
  1. NetworkPathComponentDetails? destination,
  2. String? protocol,
  3. NetworkPathComponentDetails? source,
})

Implementation

NetworkHeader({
  this.destination,
  this.protocol,
  this.source,
});