Instantiate a new instance of UserInventoryItem class for a user's owned item.
Optional
options: objectReturns a new UserInventoryItem object for interacting with the specified item.
Retrieve a user inventory item and all its properties.
Optional
options: objectReturns a new UserInventoryItem object with all properties.
Factory for creating UserInventoryItem instances. Use this factory to work with user-owned inventory items.
Remarks
This factory should be instantiated once per application and reused across your codebase.
Example