Item constructor
Item({})
Implementation
Item({
this.name,
this.qty,
this.id,
this.price,
this.cat1,
this.cat2,
this.cat3,
this.categoryType,
this.categoryCode,
this.startDate,
this.endDate,
});