DeleteItemSchema constructor
DeleteItemSchema({
- required CooldownSchema cooldown,
- required SimpleItemSchema item,
- required CharacterSchema character,
Returns a new DeleteItemSchema instance.
Implementation
DeleteItemSchema({
required this.cooldown,
required this.item,
required this.character,
});