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