InventorySingleton constructor

InventorySingleton()

Implementation

factory InventorySingleton() {
  return _singleton;
}