BgpRouteNetworkLayerReachabilityInformation.fromJson constructor

BgpRouteNetworkLayerReachabilityInformation.fromJson(
  1. Map json_
)

Implementation

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