toJson method

Map<String, dynamic> toJson()

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!,
    };