toMap method

dynamic toMap()

Implementation

dynamic toMap() {
  return {
    'url': url ?? 'https://app.ramp.network', // main URL
    'containerNode': containerNode,
    'deepLinkScheme': deepLinkScheme,
    'defaultAsset': defaultAsset,
    'defaultFlow': defaultFlow,
    'enabledFlows': enabledFlows,
    'fiatCurrency': fiatCurrency,
    'fiatValue': fiatValue,
    'finalUrl': finalUrl,
    'hostApiKey': hostApiKey,
    'hostAppName': hostAppName,
    'hostLogoUrl': hostLogoUrl,
    'offrampWebhookV3Url': offrampWebhookV3Url,
    'selectedCountryCode': selectedCountryCode,
    'swapAmount': swapAmount,
    'swapAsset': swapAsset,
    'userAddress': userAddress,
    'userEmailAddress': userEmailAddress,
    'useSendCryptoCallback': useSendCryptoCallback,
    'variant': variant,
    'webhookStatusUrl': webhookStatusUrl,
  };
}