BrandEntity constructor
Implementation
const BrandEntity({
required this.id,
required this.name,
required this.hidden,
this.description,
this.link,
this.videoLink,
this.image,
this.seoTitle,
this.seoDescription,
});
const BrandEntity({
required this.id,
required this.name,
required this.hidden,
this.description,
this.link,
this.videoLink,
this.image,
this.seoTitle,
this.seoDescription,
});