BgpRouteAsPath class
Constructors
-
BgpRouteAsPath({List<
int> ? asns, List<int> ? asns32, String? type}) - BgpRouteAsPath.fromJson(Map json_)
Properties
-
asns
↔ List<
int> ? -
ASNs in the path segment.
getter/setter pair
-
asns32
↔ List<
int> ? -
ASNs in the path segment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Type of AS-PATH segment (SEQUENCE or SET)
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited