values constant

Map<String, String> const values

Implementation

static const Map<String, String> values = {
  'gkKPEnabled': gkKPEnabled,
  'gkCheckoutEnabled': gkCheckoutEnabled,
  'gkMode': gkMode,
  'gkTokenKey': gkTokenKey,
  'gkCoreTokenKey': gkCoreTokenKey,
  'gkAccessTokenKey': gkAccessTokenKey,
  'checkoutAccessTokenKey': checkoutAccessTokenKey,
  'gkKpToken': gkKpToken,
  'gkEnvironmentKey': gkEnvironmentKey,
  'gkVerifiedUserKey': gkVerifiedUserKey,
  'gkMerchantIdKey': gkMerchantIdKey,
  'kpMerchantIdKey': kpMerchantIdKey,
  'gkMerchantUrlKey': gkMerchantUrlKey,
  'gkMerchantTypeKey': gkMerchantTypeKey,
  'gkRequestIdKey': gkRequestIdKey,
  'kpRequestIdKey': kpRequestIdKey,
  'gkAuthTokenKey': gkAuthTokenKey,
  'isSnowplowTrackingEnabled': isSnowplowTrackingEnabled,
  'gkDeviceModel': gkDeviceModel,
  'gkAppDomain': gkAppDomain,
  'gkOperatingSystem': gkOperatingSystem,
  'gkDeviveId': gkDeviveId,
  'gkDeviceUniqueId': gkDeviceUniqueId,
  'gkGoogleAnalyticsId': gkGoogleAnalyticsId,
  'gkScreenResolution': gkScreenResolution,
  'gkCarrierInfo': gkCarrierInfo,
  'gkBatteryStatus': gkBatteryStatus,
  'gkLanguage': gkLanguage,
  'gkTimeZone': gkTimeZone,
  'gkAppVersion': gkAppVersion,
  'gkAppVersionCode': gkAppVersionCode,
  'gkGoogleAdId': gkGoogleAdId,
  'gkDeviceInfo': gkDeviceInfo,
  'gkNotificationToken': gkNotificationToken,
  'gkNotificationEnabled': gkNotificationEnabled,
  'integrationType': integrationType,
  'gkMerchantConfig': gkMerchantConfig,
  'gkUserPhone': gkUserPhone,
  'kcMerchantId': kcMerchantId,
  'kcMerchantToken': kcMerchantToken,
  'kcNotificationEventUrl': kcNotificationEventUrl,
  'moengageId': moengageId,
  'kp_sdk_version': kpSdkVersion,
  'kp_sdk_platform': kpSdkPlatform,
  'kp_otp_locked': kpOtpLocked,
  'kwikpass_current_version': kwikpassCurrentVersion,
  'kwikpass_bundle_prefix': kwikpassBundlePrefix,
  'kwikpass_manifest_prefix': kwikpassManifestPrefix,
  'gkBureauEnabled': gkBureauEnabled,
  'gkBureauClientId': gkBureauClientId,
  'gkBureauEnvironment': gkBureauEnvironment,
  'gkBureauTimeout': gkBureauTimeout,
};