RecyclingItemsSchema constructor
RecyclingItemsSchema({
- List<
DropSchema> items = const [], - bool enhanced = false,
- int gold = 0,
Returns a new RecyclingItemsSchema instance.
Implementation
RecyclingItemsSchema({
this.items = const [],
this.enhanced = false,
this.gold = 0,
});