menu
paypal_sdk package
documentation
core.dart
ExchangeRate
ExchangeRate const constructor
ExchangeRate const constructor
dark_mode
light_mode
ExchangeRate
constructor
const
ExchangeRate
(
String
sourceCurrency
,
String
targetCurrency
,
String
value
)
Implementation
const ExchangeRate(this.sourceCurrency, this.targetCurrency, this.value);
paypal_sdk package
documentation
core
ExchangeRate
ExchangeRate const constructor
ExchangeRate class