BgpRoute constructor
BgpRoute({
- List<
BgpRouteAsPath> ? asPaths, - List<
String> ? communities, - BgpRouteNetworkLayerReachabilityInformation? destination,
- int? med,
- String? origin,
Implementation
BgpRoute({
this.asPaths,
this.communities,
this.destination,
this.med,
this.origin,
});