ProductModel constructor
Implementation
ProductModel({
required this.name,
required this.serialNumber,
required this.manufacture,
required this.category, //required this.productBoycottResonLink,
required this.trusted,
this.id = 0,
this.onError = '',
});