Inventory constructor
Inventory({
- Map<
String, InventoryItem> ? items, - String? name,
- InventoryOsInfo? osInfo,
- String? updateTime,
Implementation
Inventory({
this.items,
this.name,
this.osInfo,
this.updateTime,
});