toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cvssScore != null) 'cvssScore': cvssScore!,
if (cvssV3 != null) 'cvssV3': cvssV3!,
if (details != null) 'details': details!,
if (severity != null) 'severity': severity!,
if (sourceUpdateTime != null) 'sourceUpdateTime': sourceUpdateTime!,
if (windowsDetails != null) 'windowsDetails': windowsDetails!,
};