BrandList constructor

BrandList({
  1. String? brandName,
  2. String? brandId,
})

Implementation

BrandList({
  this.brandName,
  this.brandId,
  this.brandLogo,
});