values constant

Map<String, String> const values

Implementation

static const Map<String, String> values = {
  'authorization': authorization,
  'kpMerchantId': kpMerchantId,
  'token': token,
  'gkRequestId': gkRequestId,
  'gkAccessToken': gkAccessToken,
  'checkoutAccessToken': checkoutAccessToken,
  'gkMerchantId': gkMerchantId,
  'kpRequestId': kpRequestId,
  'kpSdkVersion': kpSdkVersion,
  'kpSdkPlatform': kpSdkPlatform,
  'kpIntegrationType': kpIntegrationType,
  'appplatform': appplatform,
  'appversion': appversion,
  'source': source,
};