Item constructor

Item(
  1. int day,
  2. String templateId,
  3. String name,
  4. int amount,
)

Implementation

Item(this.day, this.templateId, this.name, this.amount);