Product constructor
Product({})
Implementation
Product({
required this.id,
required this.name,
this.code,
required this.amount,
required this.quantity,
this.tag,
this.link,
});
Product({
required this.id,
required this.name,
this.code,
required this.amount,
required this.quantity,
this.tag,
this.link,
});