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