Item constructor
Item({})
Implementation
Item({
required this.name,
required this.price,
required this.quantity,
required this.sum,
required this.measurementUnit,
required this.paymentMethod,
required this.paymentObject,
required this.vat,
});