PeeringRoute constructor

PeeringRoute({
  1. String? destRange,
  2. String? direction,
  3. bool? imported,
  4. String? nextHopRegion,
  5. String? priority,
  6. String? type,
})

Implementation

PeeringRoute({
  this.destRange,
  this.direction,
  this.imported,
  this.nextHopRegion,
  this.priority,
  this.type,
});