BgpRouteNetworkLayerReachabilityInformation.fromJson constructor
BgpRouteNetworkLayerReachabilityInformation.fromJson(
- Map json_
Implementation
BgpRouteNetworkLayerReachabilityInformation.fromJson(core.Map json_)
: this(
pathId: json_['pathId'] as core.int?,
prefix: json_['prefix'] as core.String?,
);