Inventory constructor

Inventory({
  1. Map<String, InventoryItem>? items,
  2. String? name,
  3. InventoryOsInfo? osInfo,
  4. String? updateTime,
})

Implementation

Inventory({this.items, this.name, this.osInfo, this.updateTime});