toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (exampleTraceMessages != null)
'exampleTraceMessages': exampleTraceMessages!,
if (matcherId != null) 'matcherId': matcherId!,
if (pendingGoogleUpdateInsight != null)
'pendingGoogleUpdateInsight': pendingGoogleUpdateInsight!.toJson(),
if (upgradeInsight != null) 'upgradeInsight': upgradeInsight!.toJson(),
};