CountedItem constructor
Represents a reward item with its quantity. Used to track multiple instances of the same item type in a reward.
Implementation
const CountedItem({required this.count, required this.type, required this.key});
Represents a reward item with its quantity. Used to track multiple instances of the same item type in a reward.
const CountedItem({required this.count, required this.type, required this.key});