Data class

Constructors

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})
Data.fromJson(Map<String, dynamic> json)
factory

Properties

aboutUS AboutUS?
getter/setter pair
appDownload AppDownload?
getter/setter pair
configurations List<PrivacyPolicy>?
getter/setter pair
enableUserWallet ↔ dynamic
getter/setter pair
generalSettings GeneralSettings?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
helplineNumber String?
getter/setter pair
inquiryEmail String?
getter/setter pair
isAdvancedPaymentAllowed ↔ dynamic
getter/setter pair
isSubscribed bool?
getter/setter pair
languageOption List<LanguageOption>?
getter/setter pair
notificationUnreadCount int?
getter/setter pair
otherSettings OtherSettings?
getter/setter pair
paymentSettings List<PaymentSetting>?
getter/setter pair
privacyPolicy PrivacyPolicy?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termConditions PrivacyPolicy?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited