BgpRouteAsPath constructor

BgpRouteAsPath({
  1. List<int>? asns,
  2. List<int>? asns32,
  3. String? type,
})

Implementation

BgpRouteAsPath({this.asns, this.asns32, this.type});