BusinessAppConfigModel constructor

BusinessAppConfigModel({
  1. required Map<String, dynamic> businessConfig,
  2. required int businessId,
  3. required String type,
  4. required String slug,
  5. required String domain,
  6. required String businessName,
  7. required BusinessLocation businessLocation,
  8. required String businessDescription,
  9. required String currencySymbol,
  10. required String currencyCode,
  11. required String version,
  12. required String authenticationType,
  13. required String appName,
  14. required BusinessTheme theme,
  15. required BusinessOrder order,
  16. required BusinessDelivery delivery,
  17. required Map invoice,
  18. required BusinessContactUs contactUs,
  19. required BusinessProduct product,
  20. required Map activeTime,
  21. required String androidPackageName,
  22. required String iosBundleIdentifier,
  23. required bool enableAppCoin,
  24. required Map appHomePage,
  25. required int activeTheme,
  26. required Map socialLink,
  27. required String googleAndroidFile,
  28. required String googleIosFile,
  29. required Map subscription,
  30. required Map restaurant,
  31. required RedeemCoin redeemCoin,
  32. required String env,
  33. required String fcmServerKey,
  34. required String paymentKey,
  35. required String paymentType,
})

Implementation

BusinessAppConfigModel({
  required this.businessConfig,
  required this.businessId,
  required this.type,
  required this.slug,
  required this.domain,
  required this.businessName,
  required this.businessLocation,
  required this.businessDescription,
  required this.currencySymbol,
  required this.currencyCode,
  required this.logo,
  required this.version,
  required this.authenticationType,
  required this.appName,
  required this.theme,
  required this.order,
  required this.delivery,
  required this.invoice,
  required this.contactUs,
  required this.product,
  required this.activeTime,
  required this.androidPackageName,
  required this.iosBundleIdentifier,
  required this.enableAppCoin,
  required this.appHomePage,
  required this.activeTheme,
  required this.socialLink,
  required this.googleAndroidFile,
  required this.googleIosFile,
  required this.subscription,
  required this.restaurant,
  required this.redeemCoin,
  required this.env,
  required this.fcmServerKey,
  required this.paymentKey,
  required this.paymentType,
});