VendorEntity constructor
Implementation
VendorEntity({
required this.id,
this.name,
this.description,
this.amountOfProducts,
this.logo,
this.forTesting = true,
this.active = true,
});
VendorEntity({
required this.id,
this.name,
this.description,
this.amountOfProducts,
this.logo,
this.forTesting = true,
this.active = true,
});