BGPPathAttributes constructor
const
BGPPathAttributes({})
Implementation
const BGPPathAttributes({
required this.asPathLength,
required this.asPath,
required this.origin,
this.localPreference = 100,
this.med = 0,
this.communities = const [],
this.atomicAggregate = false,
this.aggregator,
});