BrandResponse constructor
Implementation
const factory BrandResponse({
required int id,
required String name,
String? description,
String? link,
String? videoLink,
String? image,
@JsonKey(name: 'seo_title') String? seoTitle,
@JsonKey(name: 'seo_description') String? seoDescription,
bool? hidden,
}) = _BrandResponse;