Product constructor
Product({})
Implementation
Product({
this.id,
required this.name,
required this.price,
required this.quantity,
required this.imgfile,
required this.timestamp,
required this.actualdateadded,
});