Inventory constructor

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

Implementation

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