DeleteItemSchema constructor

DeleteItemSchema({
  1. required CooldownSchema cooldown,
  2. required SimpleItemSchema item,
  3. required CharacterSchema character,
})

Returns a new DeleteItemSchema instance.

Implementation

DeleteItemSchema({
  required this.cooldown,
  required this.item,
  required this.character,
});