SoftwarePackage constructor
SoftwarePackage({
- VersionedPackage? aptPackage,
- VersionedPackage? cosPackage,
- VersionedPackage? googetPackage,
- WindowsQuickFixEngineeringPackage? qfePackage,
- WindowsApplication? windowsApplication,
- WindowsUpdatePackage? wuaPackage,
- VersionedPackage? yumPackage,
- VersionedPackage? zypperPackage,
- ZypperPatch? zypperPatch,
Implementation
SoftwarePackage({
this.aptPackage,
this.cosPackage,
this.googetPackage,
this.qfePackage,
this.windowsApplication,
this.wuaPackage,
this.yumPackage,
this.zypperPackage,
this.zypperPatch,
});