BgpRouteAsPath constructor

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

Implementation

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