BgpRouteAsPath constructor

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

Implementation

BgpRouteAsPath({this.asns = const [], this.asns32 = const [], this.type})
  : super(fullyQualifiedName);