toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (highestUpgradableCveSeverity != null)
    'highestUpgradableCveSeverity': highestUpgradableCveSeverity!,
  if (name != null) 'name': name!,
  if (updateTime != null) 'updateTime': updateTime!,
  if (vulnerabilities != null) 'vulnerabilities': vulnerabilities!,
};