core.Map<core.String, core.dynamic> toJson() => { if (detectedLanguages != null) 'detectedLanguages': detectedLanguages!, if (layout != null) 'layout': layout!, if (type != null) 'type': type!, };