core.Map<core.String, core.dynamic> toJson() => { if (analysis != null) 'analysis': analysis!, if (displayName != null) 'displayName': displayName!, if (error != null) 'error': error!, };