BgpRouteNetworkLayerReachabilityInformation constructor

BgpRouteNetworkLayerReachabilityInformation({
  1. int? pathId,
  2. String? prefix,
})

Implementation

BgpRouteNetworkLayerReachabilityInformation({
  this.pathId,
  this.prefix,
});