Brand constructor

Brand(
  1. dynamic objectType,
  2. dynamic mode,
  3. String? ad,
  4. String? adHref,
  5. String? backgroundColorHexCode,
  6. String? colorHexCode,
  7. String? logoHref,
  8. String? name,
  9. String? theme,
  10. String? userId
)

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);