toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cve != null) 'cve': cve!,
      if (fixedPackage != null) 'fixedPackage': fixedPackage!,
      if (offendingPackage != null) 'offendingPackage': offendingPackage!,
      if (securityBulletin != null) 'securityBulletin': securityBulletin!,
    };