Data constructor

Data(
  1. {List<PrivacyPolicy>? configurations,
  2. int? notificationUnreadCount,
  3. bool? isSubscribed,
  4. List<PaymentSetting>? paymentSettings,
  5. String? helplineNumber,
  6. String? inquiryEmail,
  7. PrivacyPolicy? privacyPolicy,
  8. PrivacyPolicy? termConditions,
  9. List<LanguageOption>? languageOption,
  10. AppDownload? appDownload,
  11. AboutUS? aboutUS,
  12. dynamic isAdvancedPaymentAllowed,
  13. dynamic enableUserWallet,
  14. GeneralSettings? generalSettings,
  15. OtherSettings? otherSettings}
)

Implementation

Data({
  this.configurations,
  this.notificationUnreadCount,
  this.isSubscribed,
  this.paymentSettings,
  this.helplineNumber,
  this.inquiryEmail,
  this.privacyPolicy,
  this.termConditions,
  this.languageOption,
  this.appDownload,
  this.aboutUS,
  this.isAdvancedPaymentAllowed,
  this.enableUserWallet,
  this.generalSettings,
  this.otherSettings,
});