InventoryItem constructor
InventoryItem({})
Implementation
InventoryItem({
required this.captureTime,
required this.schemaVersion,
required this.typeName,
this.content,
this.contentHash,
this.context,
});