SoftwarePackage constructor

SoftwarePackage({
  1. VersionedPackage? aptPackage,
  2. VersionedPackage? cosPackage,
  3. VersionedPackage? googetPackage,
  4. WindowsQuickFixEngineeringPackage? qfePackage,
  5. WindowsApplication? windowsApplication,
  6. WindowsUpdatePackage? wuaPackage,
  7. VersionedPackage? yumPackage,
  8. VersionedPackage? zypperPackage,
  9. ZypperPatch? zypperPatch,
})

Implementation

SoftwarePackage({
  this.aptPackage,
  this.cosPackage,
  this.googetPackage,
  this.qfePackage,
  this.windowsApplication,
  this.wuaPackage,
  this.yumPackage,
  this.zypperPackage,
  this.zypperPatch,
});