InventoryWindowsQuickFixEngineeringPackage constructor

InventoryWindowsQuickFixEngineeringPackage({
  1. String? caption,
  2. String? description,
  3. String? hotFixId,
  4. String? installTime,
})

Implementation

InventoryWindowsQuickFixEngineeringPackage({
  this.caption,
  this.description,
  this.hotFixId,
  this.installTime,
});