RouterBgpPeerCustomLearnedIpRange.fromJson constructor

RouterBgpPeerCustomLearnedIpRange.fromJson(
  1. Map json_
)

Implementation

RouterBgpPeerCustomLearnedIpRange.fromJson(core.Map json_)
  : this(range: json_['range'] as core.String?);