Brand constructor
Implementation
Brand(
objectType,
mode,
this.ad,
this.adHref,
this.backgroundColorHexCode,
this.colorHexCode,
this.logo,
this.logoHref,
this.name,
this.theme,
this.userId,
) : super(objectType, mode);
Brand(
objectType,
mode,
this.ad,
this.adHref,
this.backgroundColorHexCode,
this.colorHexCode,
this.logo,
this.logoHref,
this.name,
this.theme,
this.userId,
) : super(objectType, mode);