toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (httpRequest != null) 'httpRequest': httpRequest!,
if (reportLocation != null) 'reportLocation': reportLocation!,
if (sourceReferences != null) 'sourceReferences': sourceReferences!,
if (user != null) 'user': user!,
};