core.Map<core.String, core.dynamic> toJson() => { if (prediction != null) 'prediction': prediction!, if (reference != null) 'reference': reference!, if (source != null) 'source': source!, };