$ZypperPatch constructor

$ZypperPatch({
  1. String? category,
  2. String? patchName,
  3. String? severity,
  4. String? summary,
})

Implementation

$ZypperPatch({this.category, this.patchName, this.severity, this.summary});