transactionCurrency constant Null safety
The currency that the user would prefer the transaction to use, in ISO 4217 currency code.
This hint will be translated to the below values on different platforms:
- web: "transaction-currency".
- Otherwise, the hint string will be used as-is.
Implementation
static const String transactionCurrency = 'transactionCurrency';