toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'paymentCardBackendImageVisibility': paymentCardBackendImageVisibility,
'backendPreonboardingImagesVisibility':
backendPreonboardingImagesVisibility,
'switchToUsername': switchToUsername,
'switchToPassword': switchToPassword,
'reauthenticationTimer': reauthenticationTimer,
'showBlurredVcnBalance': showBlurredVcnBalance,
'showBackButtonInWebviews': showBackButtonInWebviews,
'overrideBackButtonConfiguration': overrideBackButtonConfiguration,
'enableGeoFencing': enableGeoFencing,
'enableInappProvisioning': enableInappProvisioning,
'multiLingualStatus': multiLingualStatus,
'enableOrderPhysicalCard': enableOrderPhysicalCard,
'enableVCNMultiCurrency': enableVCNMultiCurrency,
'cacheAllRequests': cacheAllRequests,
};
}