toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (excludeExportRanges != null)
    'excludeExportRanges': excludeExportRanges!,
  if (includeExportRanges != null)
    'includeExportRanges': includeExportRanges!,
  if (producerVpcSpokes != null) 'producerVpcSpokes': producerVpcSpokes!,
  if (proposedExcludeExportRanges != null)
    'proposedExcludeExportRanges': proposedExcludeExportRanges!,
  if (proposedIncludeExportRanges != null)
    'proposedIncludeExportRanges': proposedIncludeExportRanges!,
  if (uri != null) 'uri': uri!,
};