Info constructor
Info({
- List<
Category> ? categories, - List<
Brand> ? brands, - List<
CollectionElement> ? collections, - List? outlets,
- List<
Slider> ? sliders, - int? id,
- String? name,
- String? description,
- String? currencyCode,
- dynamic currencyName,
- String? subDomain,
- String? mode,
- String? address,
- double? vatPercent,
- dynamic baseUrl,
- dynamic logoKey,
- bool? applyVat,
- String? whatsappNumber,
- String? twitterUrl,
- dynamic shortUrl,
- String? facebookUrl,
- String? brandColor,
- String? instagramHandle,
- String? youtubeUrl,
- dynamic thumbnail,
- HomeGrid? homeGrid,
- List<
PickupLocation> ? pickupLocations, - List<
ShippingService> ? shippingServices, - List<
PaymentGateway> ? paymentGateways,
Implementation
Info({
this.categories,
this.brands,
this.collections,
this.outlets,
this.sliders,
this.id,
this.name,
this.description,
this.currencyCode,
this.currencyName,
this.subDomain,
this.mode,
this.address,
this.vatPercent,
this.baseUrl,
this.logoKey,
this.applyVat,
this.whatsappNumber,
this.twitterUrl,
this.shortUrl,
this.facebookUrl,
this.brandColor,
this.instagramHandle,
this.youtubeUrl,
this.thumbnail,
this.homeGrid,
this.pickupLocations,
this.shippingServices,
this.paymentGateways,
});