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