BgpRoute constructor

BgpRoute({
  1. List<BgpRouteAsPath>? asPaths,
  2. List<String>? communities,
  3. BgpRouteNetworkLayerReachabilityInformation? destination,
  4. int? med,
  5. String? origin,
})

Implementation

BgpRoute({
  this.asPaths,
  this.communities,
  this.destination,
  this.med,
  this.origin,
});