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