InventoryItem constructor

InventoryItem({
  1. InventorySoftwarePackage? availablePackage,
  2. String? createTime,
  3. String? id,
  4. InventorySoftwarePackage? installedPackage,
  5. String? originType,
  6. String? type,
  7. String? updateTime,
})

Implementation

InventoryItem({
  this.availablePackage,
  this.createTime,
  this.id,
  this.installedPackage,
  this.originType,
  this.type,
  this.updateTime,
});