InventoryItem constructor
InventoryItem({
- InventorySoftwarePackage? availablePackage,
- String? createTime,
- String? id,
- InventorySoftwarePackage? installedPackage,
- String? originType,
- String? type,
- String? updateTime,
Implementation
InventoryItem({
this.availablePackage,
this.createTime,
this.id,
this.installedPackage,
this.originType,
this.type,
this.updateTime,
});