Item constructor
Item({})
Implementation
Item({
this.id,
this.description,
this.priceCents,
this.quantity,
this.createdAt,
this.updatedAt,
this.price,
this.destroy,
});
Item({
this.id,
this.description,
this.priceCents,
this.quantity,
this.createdAt,
this.updatedAt,
this.price,
this.destroy,
});