Data constructor
Data(- {List<PrivacyPolicy>? configurations,
- int? notificationUnreadCount,
- bool? isSubscribed,
- List<PaymentSetting>? paymentSettings,
- String? helplineNumber,
- String? inquiryEmail,
- PrivacyPolicy? privacyPolicy,
- PrivacyPolicy? termConditions,
- List<LanguageOption>? languageOption,
- AppDownload? appDownload,
- AboutUS? aboutUS,
- dynamic isAdvancedPaymentAllowed,
- dynamic enableUserWallet,
- GeneralSettings? generalSettings,
- 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,
});