toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (ipPrefixLength != null) 'ipPrefixLength': ipPrefixLength!,
if (outsideAllocationPublicIpRange != null)
'outsideAllocationPublicIpRange': outsideAllocationPublicIpRange!,
if (rangeName != null) 'rangeName': rangeName!,
if (requestedAddress != null) 'requestedAddress': requestedAddress!,
};