Returns the quantity of a certain Currency that the user holds in their inventory.
Currency
int? getCurrency({required Currency currency}) { return currencies[currency]; }