toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (ipPrefixLength != null) 'ipPrefixLength': ipPrefixLength!,
      if (requestedRanges != null) 'requestedRanges': requestedRanges!,
      if (secondaryRangeIpPrefixLengths != null)
        'secondaryRangeIpPrefixLengths': secondaryRangeIpPrefixLengths!,
      if (subnetworkCandidates != null)
        'subnetworkCandidates': subnetworkCandidates!,
    };