core.Map<core.String, core.dynamic> toJson() => { if (bundles != null) 'bundles': bundles!, if (outcome != null) 'outcome': outcome!, if (shards != null) 'shards': shards!, };